FileCorruptedException.FileCorruptedException

FileCorruptedException()

Initializes a new instance of the FileCorruptedException class.

public FileCorruptedException()

See Also


FileCorruptedException(string)

Initializes a new instance of the FileCorruptedException class with a specified error message.

public FileCorruptedException(string message)
ParameterTypeDescription
messageStringA message that describes the error.

See Also


FileCorruptedException(string, Exception)

Initializes a new instance of the FileCorruptedException class with a specified error message.

public FileCorruptedException(string message, Exception inner)
ParameterTypeDescription
messageStringA message that describes the error.
innerExceptionThe exception causing the current exception.

See Also