I
I_AM_DON_AND_YOU?
Scenario:
I have 10 buttons on the Windows form. All the 10 buttons have lengthy code.
I don't want to put Try..End Try Exception Handler in all the 10 procedure
handling 10 clicks events of 10 buttons. Is it possible that I only use only
one exception handler for my complete FORM or PROJECT or
APPLICATION....................... I know this sounds like a stupid
idea.....but this is not the issue....the issue is whether it can be
done................
I have 10 buttons on the Windows form. All the 10 buttons have lengthy code.
I don't want to put Try..End Try Exception Handler in all the 10 procedure
handling 10 clicks events of 10 buttons. Is it possible that I only use only
one exception handler for my complete FORM or PROJECT or
APPLICATION....................... I know this sounds like a stupid
idea.....but this is not the issue....the issue is whether it can be
done................