52 instantiations of WebException
dotnet-svcutil-lib (1)
Microsoft.Build.Tasks.UnitTests (1)
PresentationCore (7)
System.Net.HttpListener (1)
System.Net.Requests (28)
System\Net\FtpWebRequest.cs (6)
922SetException(ExceptionDispatchInfo.SetCurrentStackTrace(new WebException(SR.net_timeout, WebExceptionStatus.Timeout)));
941return new WebException(SR.net_webstatus_NameResolutionFailure, WebExceptionStatus.NameResolutionFailure);
945return new WebException(SR.net_webstatus_ConnectFailure, WebExceptionStatus.ConnectFailure);
1107_exception = new WebException(exception.Message, null, ((WebException)exception).Status, _ftpWebResponse);
1116_exception = new WebException(SR.Format(SR.net_ftp_servererror, connection.StatusLine), exception, WebExceptionStatus.ProtocolError, _ftpWebResponse);
1120_exception = new WebException(exception.Message, exception);
System.Net.WebClient (14)
System\Net\WebClient.cs (14)
312throw new WebException(SR.net_webclient, e);
342throw new WebException(SR.net_webclient, e);
377throw new WebException(SR.net_webclient, e);
415throw new WebException(SR.net_webclient, e);
467throw new WebException(SR.net_webclient, e);
489throw new WebException(SR.net_webclient_Multipart);
582throw new WebException(SR.net_webclient, e);
597throw new WebException(SR.net_webclient_ContentType);
647throw new WebException(SR.net_webclient, e);
839throw new WebException(SR.net_webstatus_MessageLengthLimitExceeded, WebExceptionStatus.MessageLengthLimitExceeded);
863throw new WebException(SR.net_webclient, e);
886throw new WebException(SR.net_webstatus_MessageLengthLimitExceeded, WebExceptionStatus.MessageLengthLimitExceeded);
1000throw new WebException(SR.net_webclient, e);
1527e is WebException || e is SecurityException ? e : new WebException(SR.net_webclient, e);
51 references to WebException
dotnet-openapi (1)
dotnet-svcutil-lib (8)
Microsoft.AspNetCore.Http.Connections.Client (1)
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Microsoft.Build.Tasks.Core (1)
Microsoft.Extensions.Diagnostics.ExceptionSummarization (3)
Microsoft.ML.Core (2)
netstandard (1)
PresentationCore (3)
PresentationFramework (4)
ReachFramework (1)
System (1)
System.Net (1)
System.Net.HttpListener (1)
System.Net.Requests (12)
System.Net.WebClient (10)