Class IronQrFileException
Represents exceptions related to file operations in IronQr.
Namespace: IronQr.Exceptions
Assembly: IronQr.dll
Syntax
public class IronQrFileException : IronQrException
See Also
IronQrFileException reports a file-related failure in IronQR, such as an image or PDF that cannot be found, opened, or read when loading input or saving a generated code. Check that the path exists, that the process has read or write permission, and that the file is a supported format before retrying. As a subtype of IronQrException, it is also caught by a handler on the base exception.