Class IronSoftwareAssemblyVersionMismatchException
Inheritance
Namespace: IronSoftware.Exceptions
Assembly: IronPdf.dll
Syntax
public class IronSoftwareAssemblyVersionMismatchException : IronSoftwareDeploymentException
The IronSoftwareAssemblyVersionMismatchException class represents IronPDF error condition in the error handling area.
It lives in the IronSoftware.Exceptions namespace and extends IronSoftwareDeploymentException. The runtime throws it when the corresponding operation fails: invalid input, an unsupported configuration, or an error returned by the underlying library component.
Read the Message and InnerException properties to find the underlying cause.
Consult the ironpdf assembly version mismatch exception for common platform-specific causes.
Constructors
IronSoftwareAssemblyVersionMismatchException(String)
Declaration
public IronSoftwareAssemblyVersionMismatchException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
IronSoftwareAssemblyVersionMismatchException(String, Exception)
Declaration
public IronSoftwareAssemblyVersionMismatchException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| System.Exception | innerException |
IronSoftwareAssemblyVersionMismatchException(String, Version, Version, bnubqq)
Declaration
public IronSoftwareAssemblyVersionMismatchException(string name, Version actual, Version expected, bnubqq version_factory)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | |
| System.Version | actual | |
| System.Version | expected | |
| bnubqq | version_factory |
Properties
Message
Declaration
public override string Message { get; }
Property Value
| Type | Description |
|---|---|
| System.String |