# RedisStreamingException

Package: [Microsoft.Orleans.Streaming.Redis](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/) 10.0.0-alpha.1

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

```csharp
[Orleans.GenerateSerializer]
public class RedisStreamingException : Exception
```

Exception thrown when Redis streaming provider operations fail.

## Constructors

- [RedisStreamingException](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/orleans.streaming.redis.redisstreamingexception/constructors/constructor-4f0de961/)
- [RedisStreamingException(string)](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/orleans.streaming.redis.redisstreamingexception/constructors/constructor-string-057db653/)
- [RedisStreamingException(string, Exception)](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/orleans.streaming.redis.redisstreamingexception/constructors/constructor-string-system-exception-d6116780/)
