Class IronQrException
A generic Exception raised by IronQr
Inheritance
Namespace: IronQr.Exceptions
Assembly: IronQr.dll
Syntax
public class IronQrException : Exception
See Also
IronQrException is the base exception for errors raised by IronQR. Catching it handles any IronQR-specific failure in one place, while its more specific subtypes (IronQrFileException, IronQrEncodingException, IronQrPdfPasswordException) let code react to a particular cause. When one is thrown, read its message and inner exception to see what the library was doing, and confirm the input image, file path, or encoding settings before retrying.