12 references to WebException
dotnet-svcutil-lib (1)
Metadata\MetadaExchangeResolver.cs (1)
293throw new WebException(errorMsg, null, WebExceptionStatus.ProtocolError, webResponse);
System.Net.HttpListener (1)
System\Net\Managed\ChunkStream.cs (1)
392WebException we = new WebException(message, null, WebExceptionStatus.ServerProtocolViolation, null);
System.Net.Requests (10)
System\Net\CommandStream.cs (2)
135return new WebException( 144return new WebException(SR.Format(SR.net_ftp_servererror, NetRes.GetWebStatusCodeString(code, statusDescription)),
System\Net\FileWebResponse.cs (1)
45throw new WebException(e.Message, e, WebExceptionStatus.ConnectFailure, null);
System\Net\FtpWebRequest.cs (2)
1104_exception = new WebException(exception.Message, null, ((WebException)exception).Status, _ftpWebResponse); 1113_exception = new WebException(SR.Format(SR.net_ftp_servererror, connection.StatusLine), exception, WebExceptionStatus.ProtocolError, _ftpWebResponse);
System\Net\HttpWebRequest.cs (1)
1259throw new WebException(
System\Net\WebException.cs (4)
32this(message, innerException, DefaultStatus, null) 37this(message, null, status, null) 85return new WebException( 93return new WebException(