QueueCacheMissException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception indicates that the requested message is not in the queue cache.
[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
- Inheritance
- Attributes
Constructors
QueueCacheMissException() |
Initializes a new instance of the QueueCacheMissException class. |
QueueCacheMissException(SerializationInfo, StreamingContext) | |
QueueCacheMissException(StreamSequenceToken, StreamSequenceToken, StreamSequenceToken) |
Initializes a new instance of the QueueCacheMissException class. |
QueueCacheMissException(String, Exception) |
Initializes a new instance of the QueueCacheMissException class. |
QueueCacheMissException(String, String, String) |
Initializes a new instance of the QueueCacheMissException class. |
QueueCacheMissException(String) |
Initializes a new instance of the QueueCacheMissException class. |
Properties
High |
Gets the latest available sequence token. |
Low |
Gets the earliest available sequence token. |
Requested |
Gets the requested sequence token. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Obsolete.
When overridden in a derived class, sets the SerializationInfo with information about the exception. |