# RedisClusteringException.RedisClusteringException(string, Exception)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.clustering.redis/orleans.clustering.redis.redisclusteringexception/) | [Constructors](/orleans/docs/api/csharp/microsoft.orleans.clustering.redis/orleans.clustering.redis.redisclusteringexception/constructors/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Redis/Orleans.Clustering.Redis/Storage/RedisClusteringException.cs#L19)

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

### Parameters

- `message` (`string`)
- `innerException` (`Exception`)
