次の方法で共有


GatewayTooBusyException クラス

定義

ゲートウェイ サイロが現在過負荷/負荷の流れ状態にあり、送信中のこのメッセージを現在受け入れることができないことを示します。

[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 クラスの新しいインスタンスを初期化します。

GatewayTooBusyException(SerializationInfo, StreamingContext)

ゲートウェイ サイロが現在過負荷/負荷の流れ状態にあり、送信中のこのメッセージを現在受け入れることができないことを示します。

GatewayTooBusyException(String)

GatewayTooBusyException クラスの新しいインスタンスを初期化します。

GatewayTooBusyException(String, Exception)

GatewayTooBusyException クラスの新しいインスタンスを初期化します。

適用対象