Share via


LimitExceededException 類別

定義

表示細微性處於多載狀態,其中目前已超過某些執行時間限制設定,因此細微性目前無法接受正在傳送的訊息。

[System.Serializable]
public class LimitExceededException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class LimitExceededException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type LimitExceededException = class
    inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type LimitExceededException = class
    inherit OrleansException
Public Class LimitExceededException
Inherits OrleansException
Public NotInheritable Class LimitExceededException
Inherits OrleansException
繼承
LimitExceededException
屬性

備註

這種情況通常是暫時性狀況。 如果稍後重新傳輸訊息,此粒紋可能會接受該訊息。

建構函式

LimitExceededException()

初始化 LimitExceededException 類別的新執行個體。

LimitExceededException(SerializationInfo, StreamingContext)

表示細微性處於多載狀態,其中目前已超過某些執行時間限制設定,因此細微性目前無法接受正在傳送的訊息。

LimitExceededException(String)

初始化 LimitExceededException 類別的新執行個體。

LimitExceededException(String, Exception)

初始化 LimitExceededException 類別的新執行個體。

LimitExceededException(String, Int32, Int32, Object)

初始化 LimitExceededException 類別的新執行個體。

適用於