Section navigation

Public classAbstract CodecException

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

Base class for all codec-related exceptions. Carries structured diagnostic information: byte offset, path, and machine-readable error code.

public abstract class CodecException : Exception, ISerializable
Inheritance
CodecException
Implements
Derived

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

Public property ByteOffset

Absolute byte offset where the error was detected.

Public property ErrorCode

Machine-readable error code for programmatic handling.

Public property Path

Diagnostic breadcrumb path (e.g., "Header > Cells[3] > Value").