FileCorruptedException

FileCorruptedException()

初始化FileCorruptedException类.

public FileCorruptedException()

也可以看看


FileCorruptedException(string)

初始化FileCorruptedException具有指定错误消息的类。

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

也可以看看


FileCorruptedException(string, Exception)

初始化FileCorruptedException具有指定错误消息的类。

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

也可以看看