This topic has not yet been rated - Rate this topic

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)

[SerializableAttribute] 
public class AssertInconclusiveException : UnitTestAssertException
/** @attribute SerializableAttribute() */ 
public class AssertInconclusiveException extends UnitTestAssertException
SerializableAttribute 
public class AssertInconclusiveException extends UnitTestAssertException

This class is serializable.

System.Object
   System.Exception
     Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException
      Microsoft.VisualStudio.TestTools.UnitTesting.AssertInconclusiveException
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.