Class CodecException
Reports the diagnostics retained when a codec operation fails.
public sealed class CodecException : Exception, ISerializable
- Inheritance
-
CodecException
- Implements
- Inherited Members
Remarks
DiagnosticsTruncated remains true when the context had to omit or shorten diagnostics.
Properties
Diagnostics
public IReadOnlyList<CodecDiagnostic> Diagnostics { get; }
Property Value
DiagnosticsTruncated
public bool DiagnosticsTruncated { get; }