AssertInconclusiveException Class
Used to indicate that a test is not yet implemented.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public Class AssertInconclusiveException _
Inherits UnitTestAssertException
'Usage
Dim instance As AssertInconclusiveException
public class AssertInconclusiveException : UnitTestAssertException
public ref class AssertInconclusiveException : public UnitTestAssertException
public class AssertInconclusiveException extends UnitTestAssertException
Remarks
This class is serializable.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException
Microsoft.VisualStudio.TestTools.UnitTesting.AssertInconclusiveException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
AssertInconclusiveException Members
Microsoft.VisualStudio.TestTools.UnitTesting Namespace