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) |
已淘汰.
例外狀況表示要求的訊息不在佇列快取中。 |