QueueCacheMissException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
异常指示请求的消息不在队列缓存中。
[System.Serializable]
public class QueueCacheMissException : Orleans.Streams.DataNotAvailableException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class QueueCacheMissException : Orleans.Streams.DataNotAvailableException
[<System.Serializable>]
type QueueCacheMissException = class
inherit DataNotAvailableException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type QueueCacheMissException = class
inherit DataNotAvailableException
Public Class QueueCacheMissException
Inherits DataNotAvailableException
Public NotInheritable Class QueueCacheMissException
Inherits DataNotAvailableException
- 继承
- 属性
构造函数
属性
High |
获取最新的可用序列标记。 |
Low |
获取最早可用的序列标记。 |
Requested |
获取请求的序列标记。 |
方法
GetObjectData(SerializationInfo, StreamingContext) |
已过时.
异常指示请求的消息不在队列缓存中。 |