UnitTestAssertException Class
This is the base class for unit test exceptions.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
System::Exception
Microsoft.VisualStudio.TestTools.UnitTesting::UnitTestAssertException
Microsoft.VisualStudio.TestTools.UnitTesting::AssertFailedException
Microsoft.VisualStudio.TestTools.UnitTesting::AssertInconclusiveException
Microsoft.VisualStudio.TestTools.UnitTesting::InternalTestFailureException
| 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. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | Gets a message that describes the current exception.(Overrides Exception::Message.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Sets the SerializationInfo with information about the exception.(Overrides Exception::GetObjectData(SerializationInfo^, StreamingContext).) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
This class is serializable.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



