C# exceptions વાપરીને errors સંભાળે છે જે try/catch/finally થી પકડવામાં આવે છે. સાચી exception handling એટલે specific exception types પકડવા, resources સાફ કરવા (ઘણીવાર using સાથે), meaningful custom exceptions બનાવવા, અને errors ને silence માં ગળી જવાનું નહી.
