|
Everyone tries to write error free applications, but we all know end users are smarter than us, finding ways to break our well protected applications. Then we are given the answer "I don't know" when we ask the obvious question "What were you doing?", or "I can't find it" to our inquiry "Did you write down the error message?"
This article guides you through the .Net Framework features at your disposal to handle applications' errors, also known as Exceptions. Once you understand the concepts, the code supplied could be integrated into your existing or new applications, providing comprehensive Exceptions support that will benefit your endusers and support team.
[read article...]
|