# RedisClusteringException Constructors

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

## RedisClusteringException {#constructor-1c9890d1}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.clustering.redis/orleans.clustering.redis.redisclusteringexception/constructors/constructor-1c9890d1/)

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

```csharp
public RedisClusteringException()
```

## RedisClusteringException(string) {#constructor-string-53cf2fe3}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.clustering.redis/orleans.clustering.redis.redisclusteringexception/constructors/constructor-string-53cf2fe3/)

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

```csharp
public RedisClusteringException(string message)
```

### Parameters

- `message` (`string`)

## RedisClusteringException(string, Exception) {#constructor-string-system-exception-b3a640e9}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.clustering.redis/orleans.clustering.redis.redisclusteringexception/constructors/constructor-string-system-exception-b3a640e9/)

[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`)
