Raises an error.
procedure LoadError(ExceptionClass: ExceptClass; Text: String);
Description
The component uses this method every time it needs to raise an error.
ExceptionClass is the class for the error exception and text is the text
to be displayed.