CodecNotFoundException 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.
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
- Attributes
Constructors
CodecNotFoundException(String) |
Initializes a new instance of the CodecNotFoundException class. |