Namespace Syncfusion.XlsIO.Implementation.Exceptions
Classes
InvalidRangeException
Is thrown when range is invalid, i.e. when can't copy / move range into new location. |
LargeBiffRecordDataException
Is thrown when the data array is larger than it should be. |
LockShareViolationException
This exception should be thrown when lock or share violation has occured. Usually this happens when user tries to create storage on file opened by somebody else. |
ParseException
This exception should be thrown when there are problems with formula parsing. |
ReadOnlyException
Is thrown when user tries to modify read-only data. |
SmallBiffRecordDataException
Is thrown when data array is smaller than it should be. |
UnexpectedRecordException
This exception should be thrown when unexpected record is met in the stream. |
WrongBiffRecordDataException
Is thrown when some internal data error is found. |
WrongBiffStreamFormatException
Is thrown when biff stream has wrong format. |
WrongBiffStreamPartException
Thrown when trying to parse an incorrect part of the Biff8 stream. |
XmlReadingException
Represents exception, that occurred during parse excel structure from xml stream. |