Share via


PexAssertFailedException Constructors

Definition

Overloads

PexAssertFailedException()

Creates an instance of this class.

PexAssertFailedException(String)

Creates an instance of this class.

PexAssertFailedException(SerializationInfo, StreamingContext)

Creates an instance of this class.

PexAssertFailedException(String, Exception)

Creates an instance of this class.

PexAssertFailedException()

Creates an instance of this class.

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

Applies to

PexAssertFailedException(String)

Creates an instance of this class.

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

Parameters

message
String

Applies to

PexAssertFailedException(SerializationInfo, StreamingContext)

Creates an instance of this class.

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

Parameters

Applies to

PexAssertFailedException(String, Exception)

Creates an instance of this class.

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

Parameters

message
String
inner
Exception

Applies to