Class IronBarCodeEncodingException
A generic Exception raised during the encoding of a barcode by IronBarCode
Inheritance
Namespace: IronBarCode.Exceptions
Assembly: IronBarCode.dll
Syntax
public class IronBarCodeEncodingException : IronBarCodeException
See Also
Raised when IronBarcode cannot encode the supplied value into a barcode, IronBarCodeEncodingException usually means the content does not fit the chosen symbology or its character rules. More specific causes have their own subtypes, including content that is too long and a format that accepts numeric data only. When it appears, verify that the value matches what the selected barcode type allows, shorten or correct the payload, and write again. It derives from IronBarCodeException, so a base-type catch covers it too.