Class FileCorruptedException

FileCorruptedException class

Exception that is thrown during file reading, when the file appears to be corrupted and impossible to read.

public class FileCorruptedException : AsposeException

Constructors

NameDescription
FileCorruptedException()Initializes a new instance of the FileCorruptedException class.
FileCorruptedException(string)Initializes a new instance of the FileCorruptedException class with a specified error message.
FileCorruptedException(string, Exception)Initializes a new instance of the FileCorruptedException class with a specified error message.

Properties

NameDescription
ErrorDetails { get; }Gets extra information aboout error
override Message { get; }Gets a message that describes the current exception.

Methods

NameDescription
override ToString()Returns a string that represents the current object.

See Also