4 references to WebException
System (4)
net\System\Net\_Connection.cs (1)
3012theException = new WebException(errorString,
net\System\Net\FtpWebRequest.cs (2)
611webException = new WebException(webException.Message, 838throw new WebException(webException.Message,
net\System\Net\WebException.cs (1)
98this(message, innerException, status, null, internalStatus) {