Class IronSoftwareAssemblyVersionMismatchException
Inheritance
System.Object
IronSoftwareAssemblyVersionMismatchException
Namespace: IronSoftware.Exceptions
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 |