DocumentFormatException

DocumentFormatException(string)

DocumentFormatException クラスの新しいインスタンスを初期化します。

public DocumentFormatException(string message)
パラメータ タイプ 説明
message String 例外コンテキストを説明するメッセージ

関連項目


DocumentFormatException(string, Exception)

指定されたエラー メッセージと、この例外の原因である内部例外への参照を使用して、DocumentFormatException クラスの新しいインスタンスを初期化します。

public DocumentFormatException(string message, Exception innerException)
パラメータ タイプ 説明
message String 例外コンテキストを説明するメッセージ
innerException Exception 内部例外

関連項目