DocumentFormatException

DocumentFormatException(string)

初始化 DocumentFormatException 类的新实例。

public DocumentFormatException(string message)
范围 类型 描述
message String 消息,描述异常上下文

也可以看看


DocumentFormatException(string, Exception)

使用指定的错误消息和对导致此异常的内部异常的引用来初始化 DocumentFormatException 类的新实例。

public DocumentFormatException(string message, Exception innerException)
范围 类型 描述
message String 消息,描述异常上下文
innerException Exception 内部异常

也可以看看