次の方法で共有


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

内部例外。

適用対象