PexAssumeFailedException Constructors

Definition

Overloads

PexAssumeFailedException()

Creates an instance of this class.

PexAssumeFailedException(String)

Creates an instance of this class.

PexAssumeFailedException(SerializationInfo, StreamingContext)

Creates an instance of this class.

PexAssumeFailedException(String, Exception)

Creates an instance of this class.

PexAssumeFailedException()

Creates an instance of this class.

public:
 PexAssumeFailedException();
public PexAssumeFailedException ();
Public Sub New ()

Applies to

PexAssumeFailedException(String)

Creates an instance of this class.

public:
 PexAssumeFailedException(System::String ^ message);
public PexAssumeFailedException (string message);
new Microsoft.Pex.Framework.Exceptions.PexAssumeFailedException : string -> Microsoft.Pex.Framework.Exceptions.PexAssumeFailedException
Public Sub New (message As String)

Parameters

message
String

Applies to

PexAssumeFailedException(SerializationInfo, StreamingContext)

Creates an instance of this class.

protected:
 PexAssumeFailedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected PexAssumeFailedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Pex.Framework.Exceptions.PexAssumeFailedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Pex.Framework.Exceptions.PexAssumeFailedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

PexAssumeFailedException(String, Exception)

Creates an instance of this class.

public:
 PexAssumeFailedException(System::String ^ message, Exception ^ inner);
public PexAssumeFailedException (string message, Exception inner);
new Microsoft.Pex.Framework.Exceptions.PexAssumeFailedException : string * Exception -> Microsoft.Pex.Framework.Exceptions.PexAssumeFailedException
Public Sub New (message As String, inner As Exception)

Parameters

message
String
inner
Exception

Applies to