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
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| ErrorDetails { get; } | Gets extra information aboout error |
| override Message { get; } | Gets a message that describes the current exception. |
Methods
| Name | Description |
|---|
| override ToString() | Returns a string that represents the current object. |
See Also