# ReminderException.ReminderException(SerializationInfo, StreamingContext)

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