共用方式為


DeadlockException 建構函式

定義

多載

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

DeadlockException()

來源:
DeadlockException.cs
public DeadlockException ();
Public Sub New ()

適用於

DeadlockException(String)

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

參數

message
String

適用於

DeadlockException(SerializationInfo, StreamingContext)

來源:
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)

參數

適用於

DeadlockException(String, Exception)

來源:
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)

參數

message
String
innerException
Exception

適用於