Table of Contents

Class CodecException

Namespace
Shard.Codecs
Assembly
Shard.Codecs.dll

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

IReadOnlyList<CodecDiagnostic>

DiagnosticsTruncated

public bool DiagnosticsTruncated { get; }

Property Value

bool