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 類別的新執行個體。 |