Initializes a new instance of the EqtException class by using the provided message and the inner exception.
Namespace:  Microsoft.VisualStudio.TestTools.Exceptions
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public EqtException(
    string message,
    Exception innerException
)
public:
EqtException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> EqtException
public function EqtException(
    message : String, 
    innerException : Exception
)
Parameters
- message 
 Type: String- Message that states the exception. 
- innerException 
 Type: Exception- An exception that is caused by this exception. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.