GoogleFontException Constructors
Overloads
GoogleFontException(String) | Initializes a new instance of the GoogleFontException class. |
GoogleFontException(String, Exception) | Initializes a new instance of the GoogleFontException class. |
GoogleFontException(String)
Initializes a new instance of the GoogleFontException class.
public GoogleFontException(string message)
Public Sub New (message As String)
Parameters
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
GoogleFontException(String, Exception)
Initializes a new instance of the GoogleFontException class.
public GoogleFontException(string message, Exception innerException)
Public Sub New (message As String, innerException As Exception)
Parameters
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.