Class IronSoftwareDeploymentNotSupportedException
Inheritance
Namespace: IronSoftware.Exceptions
Assembly: IronPdf.dll
Syntax
public class IronSoftwareDeploymentNotSupportedException : IronSoftwareDeploymentException
The IronSoftwareDeploymentNotSupportedException 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 registry is not supported on this platform.
Constructors
IronSoftwareDeploymentNotSupportedException(String)
Declaration
public IronSoftwareDeploymentNotSupportedException(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
IronSoftwareDeploymentNotSupportedException(String, Exception)
Declaration
public IronSoftwareDeploymentNotSupportedException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| System.Exception | innerException |