Section navigation

Public class CodecFormatException

Namespace
Rowles.LeanCorpus.Codecs.CodecKit.Exceptions
Assembly
Rowles.LeanCorpus.dll

The wire format violates a structural constraint: truncated data, trailing bytes, unknown discriminator or version.

public class CodecFormatException : CodecException, ISerializable
Inheritance
CodecFormatException
Implements
Derived
Inherited Members

Public constructor CodecFormatException(CodecErrorCode, long, string, string, Exception?)