GatewayTooBusyException
class
Namespace: Orleans.Runtime
Signifies that a gateway silo is currently in overloaded / load shedding state and is unable to currently accept this message being sent.
[Orleans.GenerateSerializer]public sealed class GatewayTooBusyException : OrleansExceptionRemarks
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
GatewayTooBusyExceptionInitializes a new instance of theGatewayTooBusyExceptionclass.GatewayTooBusyException(string)Initializes a new instance of theGatewayTooBusyExceptionclass.GatewayTooBusyException(string, Exception)Initializes a new instance of theGatewayTooBusyExceptionclass.
