CorruptOrDamagedFileException

CorruptOrDamagedFileException()

默认构造函数

public CorruptOrDamagedFileException()

也可以看看


CorruptOrDamagedFileException(FileType)

创建具有 FileType 的异常实例

public CorruptOrDamagedFileException(FileType fileType)
范围 类型 描述
fileType FileType 文件类型

也可以看看


CorruptOrDamagedFileException(string)

创建一个带有消息 的异常实例

public CorruptOrDamagedFileException(string message)
范围 类型 描述
message String 讯息

也可以看看


CorruptOrDamagedFileException(string, Exception)

创建带有消息的异常实例并传播内部异常

public CorruptOrDamagedFileException(string message, Exception exception)
范围 类型 描述
message String 讯息
exception Exception 内部异常

也可以看看