Class IronSoftwareDeploymentException
Inheritance
Namespace: IronSoftware.Exceptions
Assembly: IronPdf.dll
Syntax
public class IronSoftwareDeploymentException : Exception
The IronSoftwareDeploymentException class represents IronPDF error condition in the error handling area.
Declared in IronSoftware.Exceptions and derived from Exception, it signals a failed operation at runtime, whether from invalid input, an unsupported configuration, or a fault in the underlying library component.
Check Message for the description and InnerException for the root cause.
The adding ironpdf to a software program installer lists the common platform-specific causes.
Constructors
IronSoftwareDeploymentException()
Declaration
public IronSoftwareDeploymentException()
IronSoftwareDeploymentException(String)
Declaration
public IronSoftwareDeploymentException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
IronSoftwareDeploymentException(String, Exception)
Declaration
public IronSoftwareDeploymentException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| System.Exception | innerException |