Class IronBarCodeFileException
A generic Exception raised by IronBarCode when a file can not be read or written
Namespace: IronBarCode.Exceptions
Assembly: IronBarCode.dll
Syntax
public class IronBarCodeFileException : IronBarCodeException
See Also
IronBarCodeFileException reports a file-related failure in IronBarcode, such as an image, PDF, or stream that cannot be found, opened, or read when loading input or saving a generated barcode. Confirm that the path exists, that the process has read or write permission for it, and that the file is a supported format before retrying. As a subtype of IronBarCodeException, it is also caught by any handler placed on the base exception.