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