Parser Exception

Defined in namespace Scandit.DataCapture.Parser

ParserException
class ParserException : ArgumentException

Added in version 8.6.0

An exception that signals a failure of some sort related to parsing.

ParserException()
ParserException(int code, string message, IDictionary<ParserIssueAdditionalInfoKey, string> additionalInfo)

Added in version 8.6.0

Constructs a new parser exception with the specified code, message and additional info.

Code
int Code { get; }

Added in version 8.6.0

Code that identifies the type of error.

AdditionalInfo
IDictionary<ParserIssueAdditionalInfoKey, string> AdditionalInfo { get; }

Added in version 8.6.0

Dictionary that provides additional info regarding the error.