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
- 상속
- 특성
생성자
QueueCacheMissException() |
QueueCacheMissException 클래스의 새 인스턴스를 초기화합니다. |
QueueCacheMissException(SerializationInfo, StreamingContext) |
예외는 요청된 메시지가 큐 캐시에 없음을 나타냅니다. |
QueueCacheMissException(StreamSequenceToken, StreamSequenceToken, StreamSequenceToken) |
QueueCacheMissException 클래스의 새 인스턴스를 초기화합니다. |
QueueCacheMissException(String, Exception) |
QueueCacheMissException 클래스의 새 인스턴스를 초기화합니다. |
QueueCacheMissException(String, String, String) |
QueueCacheMissException 클래스의 새 인스턴스를 초기화합니다. |
QueueCacheMissException(String) |
QueueCacheMissException 클래스의 새 인스턴스를 초기화합니다. |
속성
High |
사용 가능한 최신 시퀀스 토큰을 가져옵니다. |
Low |
사용 가능한 가장 빠른 시퀀스 토큰을 가져옵니다. |
Requested |
요청된 시퀀스 토큰을 가져옵니다. |
메서드
GetObjectData(SerializationInfo, StreamingContext) |
사용되지 않음.
예외는 요청된 메시지가 큐 캐시에 없음을 나타냅니다. |