InterviewSolution
Saved Bookmarks
| 1. |
What exception is thrown if the protocol supported by URI prefix is invalid?(a) URLNotFound(b) URLSourceNotFound(c) UriFormatException(d) NotSupportedExceptionI got this question during a job interview.I want to ask this question from Network Errors Handling in chapter Namespaces, Preprocessors and Networking of C# |
|
Answer» The CORRECT OPTION is (d) NotSupportedException |
|