Definition
Namespace: EntityDb.Common.Exceptions
Assembly: EntityDb.Common
The exception that is thrown when an object envelope cannot be deserialized. Possible objects include: agentSignatures, commands, facts, and leases.
1
public sealed class DeserializeException : System.Exception
Inheritance: Object → Exception