C# Summary of What Kind of Exceptions to throw

neat summary of what .NET Exception types to use, when you need to throw an exception:

http://msdn.microsoft.com/en-us/library/ms229007(v=vs.110).aspx

Comments