I have searched something that would help me to register, exceptions that i throw,
i have found this nice link:
http://irwinj.blogspot.co.il/2010/07/generic-throwifnull-c-helper-method.html
But i would like to ask does any body else use helpers or might it be, that you are doing the old way of explicit exception throwing?
Like so: throw new Exception("Message");
Maybe you have a more generic approach to do it?
Did you hear/read something about Code Contracts?