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 类的新实例。

适用于