FontCreationException.FontCreationException

FontCreationException()

初始化新的 FontCreationException 对象。

public FontCreationException()

另见


FontCreationException(string)

初始化新的 FontCreationException 对象。

public FontCreationException(string message)
参数类型描述
消息String描述错误的消息。

另见


FontCreationException(string, Exception)

初始化新的 FontCreationException 对象。

public FontCreationException(string message, Exception innerException)
参数类型描述
消息String描述错误的消息。
内部异常Exception导致当前异常的根本异常。

另见


FontCreationException(SerializationInfo, StreamingContext)

初始化新的 FontCreationException 对象。

public FontCreationException(SerializationInfo info, StreamingContext context)
参数类型描述
信息SerializationInfo保存序列化对象数据的对象。
上下文StreamingContext关于源或目标的上下文信息。

另见