Class IronSoftwareAssemblyVersionMismatchException
Inheritance
System.Object
IronSoftwareAssemblyVersionMismatchException
Assembly: IronPdf.dll
Syntax
public class IronSoftwareAssemblyVersionMismatchException : IronSoftwareDeploymentException
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, bpwoan)
Declaration
public IronSoftwareAssemblyVersionMismatchException(string name, Version actual, Version expected, bpwoan version_factory)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Version |
actual |
|
System.Version |
expected |
|
bpwoan |
version_factory |
|
Properties
Message
Declaration
public override string Message { get; }
Property Value
Type |
Description |
System.String |
|