Your developed web app creating a custom exception called LogonFailedException.

Which constructors should you at least add ?

 Posted by Rajkatie on 8/31/2013 | Category: .NET Framework Interview questions | Views: 7684 | Points: 40
Select from following answers:
  1. LogonFailed()
  2. LogonFailed(string message)
  3. LogonFailed(string message, Exception innerException)
  4. All Above

Show Correct Answer


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

Comments or Responses

Login to post response