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 クラスの新しいインスタンスを初期化します。

適用対象