CorruptOrDamagedFileException

CorruptOrDamagedFileException()

デフォルトのコンストラクター

public CorruptOrDamagedFileException()

関連項目


CorruptOrDamagedFileException(FileType)

FileType で例外インスタンスを作成します

public CorruptOrDamagedFileException(FileType fileType)
パラメータ タイプ 説明
fileType FileType ファイルの種類

関連項目


CorruptOrDamagedFileException(string)

message で例外インスタンスを作成します

public CorruptOrDamagedFileException(string message)
パラメータ タイプ 説明
message String メッセージ

関連項目


CorruptOrDamagedFileException(string, Exception)

メッセージを含む例外インスタンスを作成し、内部例外を伝播します

public CorruptOrDamagedFileException(string message, Exception exception)
パラメータ タイプ 説明
message String メッセージ
exception Exception 内部例外

関連項目