CffFontException

CffFontException()

初始化新的CffFontException对象.

public CffFontException()

也可以看看


CffFontException(string)

初始化新的CffFontException对象.

public CffFontException(string message)
范围类型描述
messageString描述错误的消息。

也可以看看


CffFontException(string, Exception)

初始化新的CffFontException对象.

public CffFontException(string message, Exception innerException)
范围类型描述
messageString描述错误的消息。
innerExceptionException导致当前异常的异常。

也可以看看


CffFontException(SerializationInfo, StreamingContext)

初始化新的CffFontException对象.

public CffFontException(SerializationInfo info, StreamingContext context)
范围类型描述
infoSerializationInfo保存序列化对象数据的对象。
contextStreamingContext有关源或目标的上下文信息。

也可以看看