Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread How to trap general exceptions
Sat, Jun 14 2008 12:35 PMPermanent Link

ulibecker
Hi,

I would like to react to a disconnection from edbSrvr in my application.
How can I trap general exceptions like

ElevateDB Error #1101 The connection to the server at 'edv1' has been lost ('The
reconnection was cancelled')

Thanks Uli.
Sat, Jun 14 2008 8:21 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Uli,

<< How can I trap general exceptions like >>

Due to the nature of such exceptions, the best place to trap them is in the
Application.OnException handler.  Also, do you have an OnRemoteReconnect
event handler defined for the remote session(s) in your app ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Sun, Jun 15 2008 3:09 AMPermanent Link

"Uli Becker"
Tim,

> Due to the nature of such exceptions, the best place to trap them is in
> the Application.OnException handler.  Also, do you have an
> OnRemoteReconnect event handler defined for the remote session(s) in your
> app ?

I havent't handled these exceptions till now.
Thanks for the information.

Uli
Image