共用方式為


GatewayTooBusyException 建構函式

定義

多載

GatewayTooBusyException()

初始化 GatewayTooBusyException 類別的新執行個體。

GatewayTooBusyException(String)

初始化 GatewayTooBusyException 類別的新執行個體。

GatewayTooBusyException(SerializationInfo, StreamingContext)
GatewayTooBusyException(String, Exception)

初始化 GatewayTooBusyException 類別的新執行個體。

GatewayTooBusyException()

來源:
GatewayTooBusyException.cs

初始化 GatewayTooBusyException 類別的新執行個體。

public GatewayTooBusyException ();
Public Sub New ()

適用於

GatewayTooBusyException(String)

來源:
GatewayTooBusyException.cs

初始化 GatewayTooBusyException 類別的新執行個體。

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

參數

message
String

訊息。

適用於

GatewayTooBusyException(SerializationInfo, StreamingContext)

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

參數

適用於

GatewayTooBusyException(String, Exception)

來源:
GatewayTooBusyException.cs

初始化 GatewayTooBusyException 類別的新執行個體。

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

參數

message
String

訊息。

innerException
Exception

內部例外狀況。

適用於