Redigera

Dela via


RedisRemindersException Class

Definition

Exception thrown from Orleans.Reminders.Redis.RedisReminderTable.

[Orleans.GenerateSerializer]
public class RedisRemindersException : Exception
[<Orleans.GenerateSerializer>]
type RedisRemindersException = class
    inherit Exception
Public Class RedisRemindersException
Inherits Exception
Inheritance
RedisRemindersException
Attributes

Constructors

RedisRemindersException()

Initializes a new instance of RedisRemindersException.

RedisRemindersException(SerializationInfo, StreamingContext)
Obsolete.

Initializes a new instance of the Exception class with serialized data.

RedisRemindersException(String, Exception)

Initializes a new instance of RedisRemindersException.

RedisRemindersException(String)

Initializes a new instance of RedisRemindersException.

Applies to