UnsupportedFontTypeException

UnsupportedFontTypeException(string)

初始化UnsupportedFontTypeException类.

public UnsupportedFontTypeException(string message)
范围类型描述
messageString消息。

也可以看看


UnsupportedFontTypeException(string, Exception)

初始化UnsupportedFontTypeException具有指定错误消息的类和对导致此异常的内部异常的引用。

public UnsupportedFontTypeException(string message, Exception innerException)
范围类型描述
messageString解释异常原因的错误消息。
innerExceptionException导致当前异常的异常,如果未指定内部异常,则为空引用(Visual Basic 中为 Nothing)。

也可以看看


UnsupportedFontTypeException(Exception)

初始化UnsupportedFontTypeException具有指定错误消息的类和对导致此异常的内部异常的引用。

public UnsupportedFontTypeException(Exception innerException)
范围类型描述
innerExceptionException导致当前异常的异常,如果未指定内部异常,则为空引用(Visual Basic 中为 Nothing)。

也可以看看