# QueueCacheMissException

Package: [Microsoft.Orleans.Streaming](/orleans/docs/api/csharp/microsoft.orleans.streaming/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Streaming) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/QueueAdapters/QueueCacheMissException.cs#L13)

```csharp
[Orleans.GenerateSerializer]
public sealed class QueueCacheMissException : DataNotAvailableException
```

Exception indicates that the requested message is not in the queue cache.

## Constructors

- [QueueCacheMissException](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachemissexception/constructors/constructor-3262f3a5/)
- [QueueCacheMissException(StreamSequenceToken, StreamSequenceToken, StreamSequenceToken)](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachemissexception/constructors/constructor-orleans-streams-streamsequencetoken-orleans-streams-streamsequenceto-66c74b5d/)
- [QueueCacheMissException(string)](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachemissexception/constructors/constructor-string-8b2eaf7f/)
- [QueueCacheMissException(string, Exception)](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachemissexception/constructors/constructor-string-system-exception-a03e3385/)
- [QueueCacheMissException(string, string, string)](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachemissexception/constructors/constructor-string-string-string-c4d84402/)

## Properties

- [High](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachemissexception/properties/high-8b8e99b5/)
- [Low](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachemissexception/properties/low-e145a379/)
- [Requested](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachemissexception/properties/requested-7c4353bb/)

## Methods

- [GetObjectData(SerializationInfo, StreamingContext)](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachemissexception/methods/getobjectdata-system-runtime-serialization-serializationinfo-system-runtime-seri-0b04fbc4/)
