Class LicensingException
Inheritance
System.Object
LicensingException
Assembly: IronPdf.dll
Syntax
public sealed class LicensingException : Exception
Constructors
LicensingException()
Declaration
public LicensingException()
LicensingException(auxkyk)
Declaration
public LicensingException(auxkyk product)
Parameters
| Type |
Name |
Description |
| auxkyk |
product |
|
LicensingException(auxkyk, String)
Declaration
public LicensingException(auxkyk product, string message)
Parameters
| Type |
Name |
Description |
| auxkyk |
product |
|
| System.String |
message |
|
LicensingException(String)
Declaration
public LicensingException(string message)
Parameters
| Type |
Name |
Description |
| System.String |
message |
|