Prototype

TExceptionEvent = procedure(Sender: TObject; E: Exception; const aURI: string) of object;

Description

TExceptionEvent is the function type for an OnException event.


E is the exception thrown while aURI contains the faulty script link.

See also

TMDViewer.OnException