Class IronPdfAssemblyVersionMismatchException
Represents errors that occur while loading assemblies during IronPdf deployment.
Inheritance
Namespace: IronPdf.Exceptions
Assembly: IronPdf.dll
Syntax
public class IronPdfAssemblyVersionMismatchException : Exception
The IronPdfAssemblyVersionMismatchException class represents errors that occur while loading assemblies during IronPdf deployment.
Part of the IronPdf.Exceptions namespace and inheriting from Exception, it surfaces when the corresponding call cannot complete, typically from bad input, an unsupported configuration, or an error in the native library.
Inspect the Message and InnerException properties to diagnose what went wrong.
For common platform-specific causes, see the ironpdf assembly version mismatch exception.
Properties
Message
Declaration
public override string Message { get; }
Property Value
| Type | Description |
|---|---|
| System.String |