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 类的新实例。

适用于