Class UnsupportedFontTypeException

UnsupportedFontTypeException class

The exception that is thrown when a font type is not supported.

public sealed class UnsupportedFontTypeException : ApplicationException

Constructors

NameDescription
UnsupportedFontTypeException(Exception)Initializes a new instance of the UnsupportedFontTypeException class with a reference to the inner exception that is the cause of this exception.
UnsupportedFontTypeException(string)Initializes a new instance of the UnsupportedFontTypeException class.
UnsupportedFontTypeException(string, Exception)Initializes a new instance of the UnsupportedFontTypeException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also