When to use the following four?
generic catch
catch(Exception::Error)
catch system.Exception
catch CLR
I mean how to decide which one to use?
And for example, if let's say i created a custom service that inserts records into tables, which catch should I use?