is there a way to intercept and change a .net framework exception message?
our vendors are not translating an exception message generated by the .net framework for our end users. is there a way to intercept these messages so they are more descriptive for our vendor and end users?

Software/Hardware used:
ASKED: October 3, 2008  7:30 PM
UPDATED: October 5, 2008  11:54 PM

Answer Wiki:
You will want to take a look at the TRY CATCH method of catching error messages. <pre>TRY 'Do something here CATCH ex as Exception 'Do something here if it didn't work END TRY</pre>
Last Wiki Answer Submitted:  October 3, 2008  7:55 pm  by  Denny Cherry   64,550 pts.
All Answer Wiki Contributors:  Denny Cherry   64,550 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _