AssertInconclusiveException Class
Used to indicate that a test is not yet implemented.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
System::Exception
Microsoft.VisualStudio.TestTools.UnitTesting::UnitTestAssertException
Microsoft.VisualStudio.TestTools.UnitTesting::AssertInconclusiveException
| Name | Description | |
|---|---|---|
![]() | AssertInconclusiveException() | Initializes a new instance of the AssertInconclusiveException class. |
![]() | AssertInconclusiveException(SerializationInfo^, StreamingContext) | Initializes a new instance of the AssertInconclusiveException class with serialized data. |
![]() | AssertInconclusiveException(String^) | Initializes a new instance of the AssertInconclusiveException class with a specified error message. |
![]() | AssertInconclusiveException(String^, Exception^) | Initializes a new instance of the AssertInconclusiveException class with a specified error message and a reference to the inner exception that is the cause of 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.(Inherited from UnitTestAssertException.) |
![]() | 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.(Inherited from UnitTestAssertException.) |
![]() | 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.



