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

WebException() public method

public WebException ( string message, System innerException )
message string
innerException System
        public WebException(string message, System.Exception innerException) { }
        public WebException(string message, System.Exception innerException, System.Net.WebExceptionStatus status, System.Net.WebResponse response) { }

Same methods

WebException::WebException ( )
WebException::WebException ( System serializationInfo, System streamingContext )
WebException::WebException ( string message )
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