Subject | RE: [IBO] IBO & Application.HandleException |
---|---|
Author | Jason L. Wharton |
Post date | 2006-10-16T17:10:54Z |
> What is the reason IBO code calls Application.HandleException( E )?I believe you should be able to set an event in the Application that would
>
> In a service application or dll, this fails with showing a dialog :-(
>
> Can I remove all these calls, I would like to do all exception handling
> myself.
allow you to determine what is done when HandleException() is called.
If you have an alternative way that keeps the current behavior the same and
yet it allows you to make a simple change to accomplish what you need I will
include such a change in the next sub-release.
Jason