Class LicensingException
Inheritance
Namespace: IronSoftware.Exceptions
Assembly: IronPdf.dll
Syntax
public sealed class LicensingException : Exception
The LicensingException class represents IronPDF error condition in the error handling area.
Declared in IronSoftware.Exceptions and derived from Exception, 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 error while establishing a conncection to licensing server lists the common platform-specific causes.
Constructors
LicensingException()
Declaration
public LicensingException()
LicensingException(bnubqp)
Declaration
public LicensingException(bnubqp product)
Parameters
| Type | Name | Description |
|---|---|---|
| bnubqp | product |
LicensingException(bnubqp, String)
Declaration
public LicensingException(bnubqp product, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| bnubqp | product | |
| System.String | message |
LicensingException(String)
Declaration
public LicensingException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |