Class IronBarCodeNativeException
Exception raised for exceptions in native-level code.
Inheritance
Namespace: IronBarCode.Exceptions
Assembly: IronBarCode.dll
Syntax
public class IronBarCodeNativeException : Exception
Errors that originate in IronBarcode's native-level code, the lower layer that handles image processing and detection, surface as IronBarCodeNativeException. It usually points to an environment issue rather than a coding mistake: a missing native dependency, an unsupported platform, or a runtime that cannot load the bundled binaries. When it appears, confirm the deployment target, the installed runtime, and that the application can stage the native files it needs. Unlike most IronBarcode exceptions, it derives directly from Exception.