Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
'Usage
Dim instance As New InternalTestFailureException()
public InternalTestFailureException()
public:
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
InternalTestFailureException Members