Table of Contents

Class MdocProcessingException

Namespace
Tessio.Verifier.Core.Mdoc
Assembly
Tessio.Verifier.Core.Mdoc.dll

A structural failure while processing an mdoc: malformed CBOR, a missing required element or an invalid COSE structure. Carries a stable error code for Code.

public sealed class MdocProcessingException : Exception, ISerializable
Inheritance
MdocProcessingException
Implements
Inherited Members

Constructors

MdocProcessingException(string, string)

Creates the exception.

public MdocProcessingException(string code, string message)

Parameters

code string
message string

Properties

Code

Stable error code (see MdocErrorCodes).

public string Code { get; }

Property Value

string