Class CorruptedOrDamagedFileException

CorruptedOrDamagedFileException class

The exception that is thrown when file is corrupted or damaged.

public class CorruptedOrDamagedFileException : AnnotatorException

Constructors

Name Description
CorruptedOrDamagedFileException(string) Initializes a new instance of the CorruptedOrDamagedFileException class.
CorruptedOrDamagedFileException(string, Exception) Initializes a new instance of the CorruptedOrDamagedFileException class.

See Also