Creates a new instance of the WebException class with the specified error message and nested exception.
[Visual Basic] Overloads Public Sub New( _ ByVal Message As String, _ ByVal InnerException As Exception _ ) [C#] public WebException( string Message, Exception InnerException ); [C++] public: WebException( String* Message, Exception* InnerException ); [JScript] public function WebException( Message : String, InnerException : Exception );
WebException Class | WebException Members | System.Net Namespace | WebException Constructor Overload List