Partager via


DeadlockException Constructeurs

Définition

Surcharges

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

DeadlockException()

Source:
DeadlockException.cs
public DeadlockException ();
Public Sub New ()

S’applique à

DeadlockException(String)

Source:
DeadlockException.cs
public DeadlockException (string message);
new Orleans.Runtime.DeadlockException : string -> Orleans.Runtime.DeadlockException
Public Sub New (message As String)

Paramètres

message
String

S’applique à

DeadlockException(SerializationInfo, StreamingContext)

Source:
DeadlockException.cs
protected DeadlockException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Runtime.DeadlockException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Runtime.DeadlockException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Paramètres

S’applique à

DeadlockException(String, Exception)

Source:
DeadlockException.cs
public DeadlockException (string message, Exception innerException);
new Orleans.Runtime.DeadlockException : string * Exception -> Orleans.Runtime.DeadlockException
Public Sub New (message As String, innerException As Exception)

Paramètres

message
String
innerException
Exception

S’applique à