Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the InternalTestFailureException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public Sub New ( _
msg As String, _
ex As Exception _
)
public InternalTestFailureException(
string msg,
Exception ex
)
public:
InternalTestFailureException(
String^ msg,
Exception^ ex
)
new :
msg:string *
ex:Exception -> InternalTestFailureException
public function InternalTestFailureException(
msg : String,
ex : Exception
)
Parameters
msg
Type: StringThe error message that explains the reason for the exception.
ex
Type: ExceptionThe exception that is the cause of the current 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.
See Also
Reference
InternalTestFailureException Class