Class IronQrEncodingException
A generic Exception raised during the encoding of a qr by IronQr
Namespace: IronQr.Exceptions
Assembly: IronQr.dll
Syntax
public class IronQrEncodingException : IronQrException
See Also
IronQrEncodingException is raised when IronQR cannot encode a value into a QR code. It typically signals that the input is too large for the chosen QrEncoding and QrErrorCorrectionLevel, or that the data does not fit the selected symbol type. When it appears, lower the error-correction level, raise the QR version, or shorten the payload, then write again. It derives from IronQrException, so a broad catch on the base type also handles it.