J
John Wright
I need some good ideas or references for robust error handling in VB.NET.
I am using try catch but find myself using the generic exception handler. I
would like to get more precise error handling so I can take appropriate
action and display user friendly error messages back to the client. The
problem I am getting is determining which error types can be thrown for each
function/sub and handling them. Is there a way to determine all the
possible error types to catch and handle them? Or should I write a generic
error handling routine to pass back all errors through an event? Any
suggestions would be great.
John
I am using try catch but find myself using the generic exception handler. I
would like to get more precise error handling so I can take appropriate
action and display user friendly error messages back to the client. The
problem I am getting is determining which error types can be thrown for each
function/sub and handling them. Is there a way to determine all the
possible error types to catch and handle them? Or should I write a generic
error handling routine to pass back all errors through an event? Any
suggestions would be great.
John