|
|
Exception Handling |
|
|
C# Corner |
|
|
ASP.NET / Scripting Techniques |
|
|
Click to Visit |
|
|
60 |
Exception Handling is a tutorial in which the author tells you about handling exceptions in C#. This tutorial lists various classes such as System.OutOfMemoryException, System.StackOverflowException, System.InvalidCastException, System.NullReferenceException etc., which are used to handle various type of errors. These exceptions are handled by try, catch and final statements.
|