Class IncorrectFontUsageException

IncorrectFontUsageException class

The exception that is thrown when font usage is incorrect.

public sealed class IncorrectFontUsageException : InvalidFileFormatException

Constructors

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

See Also