RedisStorageException 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 for throwing from Redis grain storage.
[Orleans.GenerateSerializer]
public class RedisStorageException : Exception
[<Orleans.GenerateSerializer>]
type RedisStorageException = class
inherit Exception
Public Class RedisStorageException
Inherits Exception
- Inheritance
-
RedisStorageException
- Attributes
Constructors
RedisStorageException() |
Initializes a new instance of RedisStorageException. |
RedisStorageException(SerializationInfo, StreamingContext) |
Obsolete.
Initializes a new instance of the Exception class with serialized data. |
RedisStorageException(String, Exception) |
Initializes a new instance of RedisStorageException. |
RedisStorageException(String) |
Initializes a new instance of RedisStorageException. |