Class IronBarCodeUnsupportedRendererEncodingException
A specific Exception raised when IronBarCode does not yet support the selected BarcodeEncoding format.
We suggest using the BarcodeWriterEncoding Enum to specify your barcode encoding format to avoid this Exception in future.
Inheritance
Namespace: IronBarCode.Exceptions
Assembly: IronBarCode.dll
Syntax
public class IronBarCodeUnsupportedRendererEncodingException : IronBarCodeEncodingException
IronBarCodeUnsupportedRendererEncodingException is thrown when IronBarcode is asked to render a barcode through an output format or renderer that the selected symbology does not allow. The encoding step succeeds, yet the requested rendering path stays invalid for that code type. Check that the chosen export format and rendering options are compatible with the barcode being produced, and select a supported combination before retrying. It derives from IronBarCodeEncodingException, an IronBarCodeException, so a catch on either base type handles it.