TFlexCelErrorInfo Class
This class contains generic information about a non fatal error that happened in FlexCel.
Children classes might contain more information specific to the error type.
Syntax
Unit: FlexCel.Core
TFlexCelErrorInfo = class(TFlexCelObject);
Constructors
| Name |
Description |
| Create |
Creates a new TFlexCelErrorInfo class.
|
Properties
| Name |
Description |
| Error |
Error type that this class is holding.
|
| Message |
Error message with detailed information on what happened.
|