ReminderException Class

Definition

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
ReminderException
Attributes

Constructors

ReminderException(SerializationInfo, StreamingContext)
Obsolete.

Initializes a new instance of the ReminderException class.

ReminderException(String)

Initializes a new instance of the ReminderException class.

Applies to