DeadlockException Constructors

Definition

Overloads

DeadlockException()
DeadlockException(String)
DeadlockException(SerializationInfo, StreamingContext)
DeadlockException(String, Boolean)
DeadlockException(String, Exception)

DeadlockException()

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

Applies to

DeadlockException(String)

public:
 DeadlockException(System::String ^ message);
public DeadlockException (string message);
new Microsoft.Dynamics.Ax.Xpp.DeadlockException : string -> Microsoft.Dynamics.Ax.Xpp.DeadlockException
Public Sub New (message As String)

Parameters

message
String

Applies to

DeadlockException(SerializationInfo, StreamingContext)

protected:
 DeadlockException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected DeadlockException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Dynamics.Ax.Xpp.DeadlockException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Dynamics.Ax.Xpp.DeadlockException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

DeadlockException(String, Boolean)

public:
 DeadlockException(System::String ^ message, bool sendToInfolog);
public DeadlockException (string message, bool sendToInfolog);
new Microsoft.Dynamics.Ax.Xpp.DeadlockException : string * bool -> Microsoft.Dynamics.Ax.Xpp.DeadlockException
Public Sub New (message As String, sendToInfolog As Boolean)

Parameters

message
String
sendToInfolog
Boolean

Applies to

DeadlockException(String, Exception)

public:
 DeadlockException(System::String ^ message, Exception ^ innerException);
public DeadlockException (string message, Exception innerException);
new Microsoft.Dynamics.Ax.Xpp.DeadlockException : string * Exception -> Microsoft.Dynamics.Ax.Xpp.DeadlockException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to