PexInconclusiveException 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.
Exception indicating that a test is inconclusive
public ref class PexInconclusiveException : Microsoft::Pex::Framework::Exceptions::PexException
[System.Serializable]
public class PexInconclusiveException : Microsoft.Pex.Framework.Exceptions.PexException
[<System.Serializable>]
type PexInconclusiveException = class
inherit PexException
Public Class PexInconclusiveException
Inherits PexException
- Inheritance
- Attributes
Constructors
PexInconclusiveException() |
Initializes a new instance of the PexInconclusiveException class. |
PexInconclusiveException(SerializationInfo, StreamingContext) |
Initializes a new instance of the PexInconclusiveException class. |
PexInconclusiveException(String, Exception) |
Initializes a new instance of the PexInconclusiveException class. |
PexInconclusiveException(String) |
Initializes a new instance of the PexInconclusiveException class. |