When a .NET event is published to which you have subscribed ABL handlers (see
Handling .NETevents), if an error condition is raised from an ABL handler for the .NET event, the AVM does not throw an
Exception to the .NET Common Language Runtime (CLR), but displays a message to the default output device and processing continues as if no error has occurred. Thus, if any handlers for the event have not yet run when a handler raises an error, all remaining handlers continue to run.