# QueueCacheMissException.QueueCacheMissException(string, string, string)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachemissexception/) | [Constructors](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachemissexception/constructors/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/QueueAdapters/QueueCacheMissException.cs)

```csharp
public QueueCacheMissException(string requested, string low, string high)
```

Initializes a new instance of the [QueueCacheMissException](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachemissexception/) class.

### Parameters

- `requested` (`string`): The requested sequence token.
- `low` (`string`): The earliest available sequence token.
- `high` (`string`): The latest available sequence token.
