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
GatewayTooBusyException
Assembly: Orleans.Core.Abstractions.dll
Syntax
public class GatewayTooBusyException : OrleansException
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