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