Class IronSoftwareEmbeddedDeploymentMissingException
Inheritance
Namespace: IronSoftware.Exceptions
Assembly: IronPdf.dll
Syntax
public class IronSoftwareEmbeddedDeploymentMissingException : IronSoftwareDeploymentException
The IronSoftwareEmbeddedDeploymentMissingException class represents IronPDF error condition in the error handling area.
Part of the IronSoftware.Exceptions namespace and inheriting from IronSoftwareDeploymentException, it surfaces when the corresponding call cannot complete, typically from bad input, an unsupported configuration, or an error in the native library.
Inspect the Message and InnerException properties to diagnose what went wrong.
For common platform-specific causes, see the adding ironpdf to a software program installer.
Constructors
IronSoftwareEmbeddedDeploymentMissingException(String)
Declaration
public IronSoftwareEmbeddedDeploymentMissingException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
IronSoftwareEmbeddedDeploymentMissingException(String, Exception)
Declaration
public IronSoftwareEmbeddedDeploymentMissingException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| System.Exception | innerException |