共用方式為


CacheFullException 類別

定義

表示佇列訊息快取已滿。

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

建構函式

CacheFullException()

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

CacheFullException(SerializationInfo, StreamingContext)

表示佇列訊息快取已滿。

CacheFullException(String)

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

CacheFullException(String, Exception)

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

適用於