# QueueCacheMissException.QueueCacheMissException(string, Exception)

[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#L52)

```csharp
public QueueCacheMissException(string message, Exception innerException)
```

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

### Parameters

- `message` (`string`): The message.
- `innerException` (`Exception`): The inner exception.
