Codec_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.
public sealed class Codec_RedisStorageException : Orleans.Serialization.Codecs.IFieldCodec<Orleans.Persistence.Redis.RedisStorageException>, Orleans.Serialization.Serializers.IBaseCodec<Orleans.Persistence.Redis.RedisStorageException>
type Codec_RedisStorageException = class
interface IFieldCodec<RedisStorageException>
interface IFieldCodec
interface IBaseCodec<RedisStorageException>
interface IBaseCodec
Public NotInheritable Class Codec_RedisStorageException
Implements IBaseCodec(Of RedisStorageException), IFieldCodec(Of RedisStorageException)
- Inheritance
-
Codec_RedisStorageException
- Implements
Constructors
Codec_RedisStorageException(IBaseCodec<Exception>) |