Best Practices of Handling Exception in C#(www.codegain.com)
submitted by
codegain(2794) 1 year, 5 months ago
When you are develop any type of .NET Application, the Exception handling is important for all to prevent unwanted crashing of applications. Exceptions are runtime errors which might be caused by some operation illegal to the application. .NET provides a good Exception Model (even though Microsoft wants to change this model) using try/catch which lets us to deal with runtime exceptions from our code.
|category: C#
|Views: 15
tags:
C# another
Everyones tags:
Your Tags: