# ReminderException Constructors

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

## ReminderException(SerializationInfo, StreamingContext) {#constructor-system-runtime-serialization-serializationinfo-system-runtime-serial-1fd78231}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.runtime.reminderexception/constructors/constructor-system-runtime-serialization-serializationinfo-system-runtime-serial-1fd78231/)

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

```csharp
[System.Obsolete]
public ReminderException(SerializationInfo info, StreamingContext context)
```

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

### Parameters

- `info` (`SerializationInfo`): The serialization info.
- `context` (`StreamingContext`): The context.

## ReminderException(string) {#constructor-string-05e4ac0f}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.runtime.reminderexception/constructors/constructor-string-05e4ac0f/)

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