Section navigation

Public class CodecValidationException

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

A Validate predicate returned false, or an invalid value was decoded (wrong magic, bad padding, invalid boolean/UTF-8).

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

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

Public constructor CodecValidationException(long, string, string)

Public property ValidationMessage