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.
UnitTestAssertException Constructor
Initializes a new instance of the UnitTestAssertException class.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | UnitTestAssertException() | Initializes a new instance of the UnitTestAssertException class. |
![]() | UnitTestAssertException(SerializationInfo^, StreamingContext) | Initializes a new instance of the UnitTestAssertException class with serialized data. |
![]() | UnitTestAssertException(String^) | Initializes a new instance of the UnitTestAssertException class with a specified error. |
![]() | UnitTestAssertException(String^, Exception^) | Initializes a new instance of the UnitTestAssertException class with a specified error message and a reference to the inner exception that caused this exception. |
Show:
