GatewayTooBusyException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GatewayTooBusyException() |
GatewayTooBusyException クラスの新しいインスタンスを初期化します。 |
GatewayTooBusyException(String) |
GatewayTooBusyException クラスの新しいインスタンスを初期化します。 |
GatewayTooBusyException(SerializationInfo, StreamingContext) | |
GatewayTooBusyException(String, Exception) |
GatewayTooBusyException クラスの新しいインスタンスを初期化します。 |
GatewayTooBusyException()
GatewayTooBusyException クラスの新しいインスタンスを初期化します。
public GatewayTooBusyException ();
Public Sub New ()
適用対象
GatewayTooBusyException(String)
GatewayTooBusyException クラスの新しいインスタンスを初期化します。
public GatewayTooBusyException (string message);
new Orleans.Runtime.GatewayTooBusyException : string -> Orleans.Runtime.GatewayTooBusyException
Public Sub New (message As String)
パラメーター
- message
- String
メッセージ。
適用対象
GatewayTooBusyException(SerializationInfo, StreamingContext)
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)
パラメーター
- info
- SerializationInfo
- context
- StreamingContext
適用対象
GatewayTooBusyException(String, Exception)
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
内部例外。