(Scott Mitchell) In .NET applications, an illegal operation – an invalid cast, attempting to reference a null value, trying to connect to a database that’s been taken offline, and so on – raises an exception. Exceptions can be caught and handled directly in code through the use of Try / Catch blocks
Read More - Register for Free Membership