QueueCacheMissException 类

定义

异常指示请求的消息不在队列缓存中。

[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
继承
属性

构造函数

QueueCacheMissException()

初始化 QueueCacheMissException 类的新实例。

QueueCacheMissException(SerializationInfo, StreamingContext)

异常指示请求的消息不在队列缓存中。

QueueCacheMissException(StreamSequenceToken, StreamSequenceToken, StreamSequenceToken)

初始化 QueueCacheMissException 类的新实例。

QueueCacheMissException(String)

初始化 QueueCacheMissException 类的新实例。

QueueCacheMissException(String, Exception)

初始化 QueueCacheMissException 类的新实例。

QueueCacheMissException(String, String, String)

初始化 QueueCacheMissException 类的新实例。

属性

High

获取最新的可用序列标记。

Low

获取最早可用的序列标记。

Requested

获取请求的序列标记。

方法

GetObjectData(SerializationInfo, StreamingContext)
已过时.

异常指示请求的消息不在队列缓存中。

适用于