GatewayTooBusyException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示网关接收器当前处于重载/负载下降状态,当前无法接受发送的此消息。
[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(SerializationInfo, StreamingContext) |
表示网关接收器当前处于重载/负载下降状态,当前无法接受发送的此消息。 |
GatewayTooBusyException(String, Exception) |
初始化 GatewayTooBusyException 类的新实例。 |
GatewayTooBusyException(String) |
初始化 GatewayTooBusyException 类的新实例。 |