InterviewSolution
Saved Bookmarks
| 1. |
Choose the exceptions generated by the Create() method defined by WebRequest.(a) NotSupportedException(b) UriFormatException(c) System.Security.SecurityException(d) All of the mentionedThe question was posed to me by my school principal while I was bunking the class.My question is based upon Network Errors Handling topic in chapter Namespaces, Preprocessors and Networking of C# |
|
Answer» CORRECT CHOICE is (d) All of the mentioned Explanation: NONE. |
|