# RedisRemindersException Constructors

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

## RedisRemindersException {#constructor-0232df7d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders.redis/orleans.reminders.redis.redisremindersexception/constructors/constructor-0232df7d/)

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

```csharp
public RedisRemindersException()
```

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

## RedisRemindersException(string) {#constructor-string-7fdcad87}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders.redis/orleans.reminders.redis.redisremindersexception/constructors/constructor-string-7fdcad87/)

[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.

## RedisRemindersException(string, Exception) {#constructor-string-system-exception-096904a4}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders.redis/orleans.reminders.redis.redisremindersexception/constructors/constructor-string-system-exception-096904a4/)

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

```csharp
public RedisRemindersException(string message, Exception inner)
```

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.
- `inner` (`Exception`): The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
