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)
사용되지 않음.

예외는 요청된 메시지가 큐 캐시에 없음을 나타냅니다.

적용 대상