Share via


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)
已淘汰.

例外狀況表示要求的訊息不在佇列快取中。

適用於