Class IronSoftwareEmbeddedDeploymentException
Namespace: IronSoftware.Exceptions
Assembly: IronPdf.dll
Syntax
public class IronSoftwareEmbeddedDeploymentException : IronSoftwareDeploymentException
The IronSoftwareEmbeddedDeploymentException class represents IronPDF error condition in the error handling area.
Declared in IronSoftware.Exceptions and derived from IronSoftwareDeploymentException, 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
IronSoftwareEmbeddedDeploymentException(String)
Declaration
public IronSoftwareEmbeddedDeploymentException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
IronSoftwareEmbeddedDeploymentException(String, Exception)
Declaration
public IronSoftwareEmbeddedDeploymentException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| System.Exception | innerException |