TFlexCelErrorInfo.Create Constructor
Creates a new TFlexCelErrorInfo class.
Syntax
Unit: FlexCel.Core
constructor TFlexCelErrorInfo.Create(const aError: TFlexCelError; const aMessage: string);
Parameters
<-> |
Parameter |
Type |
Description |
const |
aError |
TFlexCelError |
Parameter indicating the type of error that happened. |
const |
aMessage |
string |
String detailing the error that happened. |
See also