System.Net.WebException.WebException C# (CSharp) Method

WebException() public method

public WebException ( )
        public WebException() { }
        public WebException(string message) { }

Same methods

WebException::WebException ( System serializationInfo, System streamingContext )
WebException::WebException ( string message )
WebException::WebException ( string message, System innerException )
WebException::WebException ( string message, System innerException, System status, System response )
WebException::WebException ( ) : System.Diagnostics
WebException::WebException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics
WebException::WebException ( string message ) : System.Diagnostics
WebException::WebException ( string message, Exception innerException ) : System.Diagnostics
WebException::WebException ( string message, Exception innerException, WebExceptionStatus status, WebResponse response ) : System.Diagnostics
WebException::WebException ( string message, WebExceptionStatus status ) : System.Diagnostics