CorruptOrDamagedFileException

CorruptOrDamagedFileException()

Default constructor

public CorruptOrDamagedFileException()

See Also


CorruptOrDamagedFileException(FileType)

Creates an exception instance with a FileType

public CorruptOrDamagedFileException(FileType fileType)
Parameter Type Description
fileType FileType The file type

See Also


CorruptOrDamagedFileException(string)

Creates an exception instance with a message

public CorruptOrDamagedFileException(string message)
Parameter Type Description
message String The message

See Also


CorruptOrDamagedFileException(string, Exception)

Creates an exception instance with a message and propagates the inner exception

public CorruptOrDamagedFileException(string message, Exception exception)
Parameter Type Description
message String The message
exception Exception The inner exception

See Also