GatewayTooBusyException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ゲートウェイ サイロが現在過負荷/負荷の流れ状態にあり、送信中のこのメッセージを現在受け入れることができないことを示します。
[System.Serializable]
public class GatewayTooBusyException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class GatewayTooBusyException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type GatewayTooBusyException = class
inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type GatewayTooBusyException = class
inherit OrleansException
Public Class GatewayTooBusyException
Inherits OrleansException
Public NotInheritable Class GatewayTooBusyException
Inherits OrleansException
- 継承
- 属性
注釈
通常、この状況は一時的な状態です。 メッセージは、後で再送信された場合、このゲートウェイまたは別のゲートウェイによって受け入れられる可能性があります。
コンストラクター
GatewayTooBusyException() |
GatewayTooBusyException クラスの新しいインスタンスを初期化します。 |
GatewayTooBusyException(SerializationInfo, StreamingContext) |
ゲートウェイ サイロが現在過負荷/負荷の流れ状態にあり、送信中のこのメッセージを現在受け入れることができないことを示します。 |
GatewayTooBusyException(String, Exception) |
GatewayTooBusyException クラスの新しいインスタンスを初期化します。 |
GatewayTooBusyException(String) |
GatewayTooBusyException クラスの新しいインスタンスを初期化します。 |