You are checking the arguments of your method for illegal null values. If you encounter
a null value, which exception do you throw?

 Posted by Rajkatie on 8/31/2013 | Category: .NET Framework Interview questions | Views: 7960 | Points: 40
Select from following answers:
  1. ArgumentException.
  2. InvalidOperationException.
  3. NullReferenceException.
  4. All Above

Show Correct Answer


Source: microsoft book (c#) | | Alert Moderator 

Comments or Responses

Login to post response