Class IronBarCodeException
A generic Exception raised by IronBarCode
Inheritance
Namespace: IronBarCode.Exceptions
Assembly: IronBarCode.dll
Syntax
public class IronBarCodeException : Exception
See Also
IronBarCodeException is the base type for errors that IronBarCode raises while reading or writing barcodes. A single catch on it handles any library-specific failure, while the narrower subtypes such as IronBarCodeEncodingException, IronBarCodeFileException, and IronBarCodeParsingException let code respond to a particular cause. When one is thrown, read the message and inner exception to learn what the call was attempting, then check the input image, file path, or writer settings before trying again.