AssertInconclusiveException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The assert inconclusive exception.
public ref class AssertInconclusiveException : Microsoft::VisualStudio::TestTools::UnitTesting::UnitTestAssertException
[System.Serializable]
public class AssertInconclusiveException : Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException
[<System.Serializable>]
type AssertInconclusiveException = class
inherit UnitTestAssertException
Public Class AssertInconclusiveException
Inherits UnitTestAssertException
- Inheritance
- Attributes
Constructors
AssertInconclusiveException() |
Initializes a new instance of the AssertInconclusiveException class. |
AssertInconclusiveException(SerializationInfo, StreamingContext) | |
AssertInconclusiveException(String, Exception) |
Initializes a new instance of the AssertInconclusiveException class. |
AssertInconclusiveException(String) |
Initializes a new instance of the AssertInconclusiveException class. |
Properties
Message | (Inherited from UnitTestAssertException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) | (Inherited from UnitTestAssertException) |