CacheFullException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示队列消息缓存已满。
[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(SerializationInfo, StreamingContext) |
指示队列消息缓存已满。 |
CacheFullException(String) |
初始化 CacheFullException 类的新实例。 |
CacheFullException(String, Exception) |
初始化 CacheFullException 类的新实例。 |