# ReminderException.ReminderException(string)

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Reminders/Timers/IRemindable.cs#L91)

```csharp
public ReminderException(string message)
```

Initializes a new instance of the [ReminderException](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.runtime.reminderexception/) class.

### Parameters

- `message` (`string`): The message.
