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
Do I need to create my own InvalidArgumentException.. I couldn’t find any built-in types
Share
It’s called ArgumentException and it’s in the built-in System namespace.