23 instantiations of WebException
dotnet-svcutil-lib (1)
PresentationCore (7)
System.Net.HttpListener (1)
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);
39 references to WebException
dotnet-openapi (1)
dotnet-svcutil-lib (8)
GenerateDocumentationAndConfigFiles (1)
Microsoft.AspNetCore.Http.Connections.Client (1)
Microsoft.AspNetCore.Server.IntegrationTesting (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.WebClient (10)