InvalidFontFormatException
InvalidFontFormatException class
尝试打开、加载、保存或以其他方式处理某些内容时抛出的异常,可能是支持(已知)格式的字体,但实际上是意外和/或不支持格式的字体,或者不是字体所有.
public class InvalidFontFormatException : Exception
构造函数
姓名 | 描述 |
---|---|
InvalidFontFormatException(string) | 创建新实例InvalidFontFormatException 带有指定的错误消息 |
InvalidFontFormatException(string, Exception) | 创建新实例InvalidFontFormatException 带有指定的错误消息和对导致此异常的内部异常的引用 |