PexInconclusiveException Class

Definition

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
PexInconclusiveException
Attributes

Constructors

PexInconclusiveException()

Initializes a new instance of the PexInconclusiveException class.

PexInconclusiveException(SerializationInfo, StreamingContext)

Initializes a new instance of the PexInconclusiveException class.

PexInconclusiveException(String)

Initializes a new instance of the PexInconclusiveException class.

PexInconclusiveException(String, Exception)

Initializes a new instance of the PexInconclusiveException class.

Applies to