Class IronSoftwareEmbeddedDeploymentMissingException
Inheritance
System.Object
    
    IronSoftwareEmbeddedDeploymentMissingException
  Namespace: IronSoftware.Exceptions
Assembly: IronPdf.dll
Syntax
public class IronSoftwareEmbeddedDeploymentMissingException : IronSoftwareDeploymentException
  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 |