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

message
String

A String that describes the error.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

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

message
String

A String that describes the error.

innerException
Exception

An Exception that describes the inner exception.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

GoogleFontException
ceTe.DynamicPDF.Text

In this topic