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
public class AssertInconclusiveException : Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException
[System.Serializable]
public class AssertInconclusiveException : Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException
type AssertInconclusiveException = class
inherit 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) |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.