
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
CodecException(CodecErrorCode, long, string, string, Exception?)
ByteOffset
Absolute byte offset where the error was detected.
ErrorCode
Machine-readable error code for programmatic handling.
Path
Diagnostic breadcrumb path (e.g., "Header > Cells[3] > Value").