Select from following answers:- ArgumentException.

- InvalidOperationException.
- NullReferenceException.
- All Above
ArgumentNullException is the most specialized exception that you can use
to tell which argument was null and what you expect
Show Correct Answer
Source: microsoft book (c#) | |
Alert Moderator