FxCop-compliant Exceptions (Code Snippets vs. Item Templates)
19 October 2005
Mr Haack posted recently about a topic near and dear to my heart: inheriting from Exception. To keep FxCop quiet, there is a surprising amount of code to write when creating your own exception types, as Phil notes: make it serializable, implement four constructors, etc. It can be tedious to do that every time you create [...] Read more »
Posted in Note to self... | 1 Comment »
