CodecNotFoundException Class

Definition

No suitable serializer codec was found for a specified type.

[Orleans.GenerateSerializer]
[System.Serializable]
public sealed class CodecNotFoundException : Orleans.Serialization.SerializerException
[<Orleans.GenerateSerializer>]
[<System.Serializable>]
type CodecNotFoundException = class
    inherit SerializerException
Public NotInheritable Class CodecNotFoundException
Inherits SerializerException
Inheritance
CodecNotFoundException
Attributes

Constructors

CodecNotFoundException(String)

Initializes a new instance of the CodecNotFoundException class.

Applies to