The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
InternalTestFailureException Constructor ()
Initializes a new instance of the InternalTestFailureException class without arguments.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
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 | null. |
Message | A system-supplied localized description. |
Show: