2 references to WebException
dotnet-svcutil-lib (1)
Metadata\MetadaExchangeResolver.cs (1)
293
throw new
WebException
(errorMsg, null, WebExceptionStatus.ProtocolError, webResponse);
System.Net.HttpListener (1)
System\Net\Managed\ChunkStream.cs (1)
392
WebException we = new
WebException
(message, null, WebExceptionStatus.ServerProtocolViolation, null);