Class ReminderException
Exception related to Orleans Reminder functions or Reminder service.
Inheritance
System.Object
ReminderException
Assembly: Orleans.Core.Abstractions.dll
Syntax
public class ReminderException : OrleansException
Constructors
|
Improve this Doc
View Source
ReminderException(SerializationInfo, StreamingContext)
Declaration
public ReminderException(SerializationInfo info, StreamingContext context)
Parameters
| Type |
Name |
Description |
| SerializationInfo |
info |
|
| StreamingContext |
context |
|
|
Improve this Doc
View Source
ReminderException(String)
Declaration
public ReminderException(string msg)
Parameters
| Type |
Name |
Description |
| System.String |
msg |
|
Extension Methods