Enum ExceptionType
Info
Represents custom exception type code.
public enum ExceptionType
Fields
DataType = 0
: Invalid data type setting.FileCorrupted = 13
: File content is corrupted.FileFormat = 1
: Invalid file format.IO = 8
: The file is invalid.IncorrectPassword = 4
: Incorrect password.Interrupted = 7
: The process is interrupted.InvalidData = 2
: Invalid data.InvalidOperator = 3
: Invalid operator.License = 5
: License related errors.Limitation = 6
: Out of MS Excel limitation error.Permission = 9
: Permission is required to open this file.UndisclosedInformation = 12
: Files contains some undisclosed information.UnsupportedFeature = 10
: Unsupported feature.UnsupportedStream = 11
: Unsupported stream to be opened.
Namespace: Sheetize Assembly: Sheetize.dll