Select from following answers:- LogonFailed()

- LogonFailed(string message)
- LogonFailed(string message, Exception innerException)
- All Above
An InnerException can be set to correlate two exceptions and show what the original error was.
You should always add a default empty constructor
Show Correct Answer
Source: microsoft book (c#) | |
Alert Moderator