System.Net.WebException.WebException C# (CSharp) Méthode

WebException() protected méthode

protected WebException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics
serializationInfo SerializationInfo
streamingContext StreamingContext
Résultat System.Diagnostics
        protected WebException(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext)
        {
        }

Same methods

WebException::WebException ( )
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 ( 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