ReminderException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception related to Orleans Reminder functions or Reminder service.
[System.Serializable]
public class ReminderException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class ReminderException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type ReminderException = class
inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type ReminderException = class
inherit OrleansException
Public Class ReminderException
Inherits OrleansException
Public NotInheritable Class ReminderException
Inherits OrleansException
- Inheritance
- Attributes
Constructors
ReminderException(SerializationInfo, StreamingContext) |
Obsolete.
Initializes a new instance of the ReminderException class. |
ReminderException(String) |
Initializes a new instance of the ReminderException class. |