Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the InternalTestFailureException class with a specified error message.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public Sub New ( _
msg As String _
)
public InternalTestFailureException(
string msg
)
public:
InternalTestFailureException(
String^ msg
)
new :
msg:string -> InternalTestFailureException
public function InternalTestFailureException(
msg : String
)
Parameters
msg
Type: StringThe error message string.
Remarks
The following table shows the initial property values for an instance of InternalTestFailureException.
Property |
Value |
|---|---|
Inner Exception |
nulla null reference (Nothing in Visual Basic). |
.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