FontNotFoundException

FontNotFoundException(string)

初始化FontNotFoundException类.

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

也可以看看


FontNotFoundException(string, Exception)

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

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

也可以看看


FontNotFoundException(Exception)

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

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

也可以看看