Entries categorized 'Other Stuff' ↓

Why can't I have params with my exceptions?

Just a simple gripe, nothing much. Why didn't Microsoft put a params based constructor on Exception? I am not a lazy coder, but I cannot count the number of hours I've wasted dealing with compiler errors because I have done something like throw new InvalidOperationException ("Cannot load invalid...

Why can't I have params with my exceptions? →