Class IronQrNativeException
Exception raised for exceptions in native-level code.
Inheritance
Namespace: IronQr.Exceptions
Assembly: IronQr.dll
Syntax
public class IronQrNativeException : Exception
See Also
IronQrNativeException is raised when an error occurs in IronQR's native-level code, the lower layer that performs detection and image work. It usually points to an environment problem 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 and that Installation.DeploymentPath is writable so the native files can be staged. Unlike the other IronQR exceptions, it derives directly from Exception.