Class IronBarCodeUnsupportedException
A generic Exception raised by IronBarCode
Inheritance
Namespace: IronBarCode.Exceptions
Assembly: IronBarCode.dll
Syntax
public class IronBarCodeUnsupportedException : Exception
See Also
IronBarCodeUnsupportedException indicates that a requested operation, barcode format, or option is not supported in the current context. It is raised when code asks IronBarcode for a capability the chosen symbology, input type, or platform does not provide. Review which feature was requested, choose a supported barcode type or setting, and consult the documentation for the valid combinations before trying again. This exception derives directly from Exception rather than the IronBarcode base type.