Class IronSoftwareDeploymentNotSupportedException
Inheritance
System.Object
IronSoftwareDeploymentNotSupportedException
Namespace: IronSoftware.Exceptions
Assembly: IronPdf.dll
Syntax
public class IronSoftwareDeploymentNotSupportedException : IronSoftwareDeploymentException
Constructors
IronSoftwareDeploymentNotSupportedException(String)
Declaration
public IronSoftwareDeploymentNotSupportedException(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
IronSoftwareDeploymentNotSupportedException(String, Exception)
Declaration
public IronSoftwareDeploymentNotSupportedException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException |