Class IronSoftwareDeploymentConfigurationMissingException
Inheritance
Namespace: IronSoftware.Exceptions
Assembly: IronPdf.dll
Syntax
public class IronSoftwareDeploymentConfigurationMissingException : IronSoftwareDeploymentException
The IronSoftwareDeploymentConfigurationMissingException 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 adding ironpdf to a software program installer for common platform-specific causes.
Constructors
IronSoftwareDeploymentConfigurationMissingException(String)
Declaration
public IronSoftwareDeploymentConfigurationMissingException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
IronSoftwareDeploymentConfigurationMissingException(String, Exception)
Declaration
public IronSoftwareDeploymentConfigurationMissingException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| System.Exception | innerException |
IronSoftwareDeploymentConfigurationMissingException(String, String)
Declaration
public IronSoftwareDeploymentConfigurationMissingException(string filename, string dir)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | filename | |
| System.String | dir |