Exception Handling in .NET

Introduction Exception handling is made easier and streamlined in .Net. It uses the Exception objects to cascade the exception between layers and allows handling them […]