RedisRemindersException 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 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. |