Share via


EqtException Constructor (String, Exception)

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

See Also

Reference

EqtException Class

EqtException Overload

Microsoft.VisualStudio.TestTools.Exceptions Namespace