tags:

views:

1538

answers:

2

Do I need to create my own InvalidArgumentException.. I couldn't find any built-in types in c#... Is there any library which defines commonly used Exception classes.. Thanks

+20  A: 

It's called ArgumentException and it's in the built-in System namespace.

Vojislav Stojkovic
A: 

What's wrong with the ArgumentException that's already part of .NET?

BFree
I think that was the question. Your tone is unnecessary. I also forgot what it was called, and found this. Is there anything you'd like to imply about me?
Andrew Backer