Show / Hide Table of Contents

Class GatewayTooBusyException

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

Inheritance
System.Object
OrleansException
GatewayTooBusyException
Namespace: Orleans.Runtime
Assembly: Orleans.Core.Abstractions.dll
Syntax
public class GatewayTooBusyException : OrleansException
Remarks

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

Constructors

| Improve this Doc View Source

GatewayTooBusyException()

Declaration
public GatewayTooBusyException()
| Improve this Doc View Source

GatewayTooBusyException(SerializationInfo, StreamingContext)

Declaration
protected GatewayTooBusyException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
| Improve this Doc View Source

GatewayTooBusyException(String)

Declaration
public GatewayTooBusyException(string message)
Parameters
Type Name Description
System.String message
| Improve this Doc View Source

GatewayTooBusyException(String, Exception)

Declaration
public GatewayTooBusyException(string message, Exception innerException)
Parameters
Type Name Description
System.String message
Exception innerException

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX