GatewayTooBusyException Class

Definition

Signifies that a gateway silo is currently in overloaded / load shedding state and is unable to currently accept this message being sent.

[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
Inheritance
GatewayTooBusyException
Attributes

Remarks

This situation is usually a transient condition. The message is likely to be accepted by this or another gateway if it is retransmitted at a later time.

Constructors

GatewayTooBusyException()

Initializes a new instance of the GatewayTooBusyException class.

GatewayTooBusyException(SerializationInfo, StreamingContext)
GatewayTooBusyException(String)

Initializes a new instance of the GatewayTooBusyException class.

GatewayTooBusyException(String, Exception)

Initializes a new instance of the GatewayTooBusyException class.

Applies to