# RedisRemindersException.RedisRemindersException(string)

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Redis/Orleans.Reminders.Redis/Storage/RedisRemindersException.cs#L23-L25)

```csharp
public RedisRemindersException(string message)
```

Initializes a new instance of [RedisRemindersException](/orleans/docs/api/csharp/microsoft.orleans.reminders.redis/orleans.reminders.redis.redisremindersexception/).

### Parameters

- `message` (`string`): The error message that explains the reason for the exception.
