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 without arguments.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public Sub New
public InternalTestFailureException()
public:
InternalTestFailureException()
new : unit -> InternalTestFailureException
public function InternalTestFailureException()
Remarks
This constructor initializes the message property of the new instance to a system-generated message that describes the error and takes into account the current system culture.
The following table shows the initial property values for an instance of InternalTestFailureException.
Property |
Value |
|---|---|
Inner Exception |
nulla null reference (Nothing in Visual Basic). |
Message |
A system-supplied localized description. |
.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