Namespace IronBarCode.Exceptions
Classes
IronBarCodeConfidenceThresholdException
Class for argument exception of confidence threshold
IronBarCodeContentTooLongEncodingException
A specific Exception raised when the Value of a barcode is too long for the selected BarcodeEncoding
IronBarCodeEncodingException
A generic Exception raised during the encoding of a barcode by IronBarCode
IronBarCodeException
A generic Exception raised by IronBarCode
IronBarCodeFileException
A generic Exception raised by IronBarCode when a file can not be read or written
IronBarCodeFormatOnlyAcceptsNumericValuesEncodingException
A specific Exception raised when the Value of a barcode contains non numeric characters for a BarcodeEncoding which only accepts digits.
IronBarCodeNativeException
Exception raised for exceptions in native-level code.
IronBarCodePdfPasswordException
Represents errors that occur during PDF processing in IronBarCode due to incorrect or missing password.
IronBarCodeUnsupportedException
A generic Exception raised by IronBarCode
IronBarCodeUnsupportedRendererEncodingException
A specific Exception raised when IronBarCode does not yet support the selected BarcodeEncoding format.
We suggest using the BarcodeWriterEncoding Enum to specify your barcode encoding format to avoid this Exception in future.