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