Hi,
If I set my node expand to serversidecallback and there is an exception thrown in my application, a message box is displayed with 'Exception has been thrown by the target of an invocation... I wanted to know if there is a way I can override this event and perform my own error handling.
The reason is, that although I can guard against my code throwing exceptions, I cant guard against transport errors or if the server is down. I dont want this message box appearing for my clients.
Thanks for your help
If I set my node expand to serversidecallback and there is an exception thrown in my application, a message box is displayed with 'Exception has been thrown by the target of an invocation... I wanted to know if there is a way I can override this event and perform my own error handling.
The reason is, that although I can guard against my code throwing exceptions, I cant guard against transport errors or if the server is down. I dont want this message box appearing for my clients.
Thanks for your help