InvalidFontFormatException

InvalidFontFormatException(string)

Creates new instance of InvalidFontFormatException with specified error message

public InvalidFontFormatException(string message)
Parameter Type Description
message String Textual message, that describes the error, can be null or empty

See Also


InvalidFontFormatException(string, Exception)

Creates new instance of InvalidFontFormatException with specified error message and a reference to the inner exception that is the cause of this exception

public InvalidFontFormatException(string message, Exception innerException)
Parameter Type Description
message String Textual message, that describes the error, can be null or empty
innerException Exception The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

See Also