6 writes to _exception
System.Net.Requests (6)
System\Net\FtpWebRequest.cs (6)
1095_exception = exception; 1105_exception = new WebException(exception.Message, null, ((WebException)exception).Status, _ftpWebResponse); 1109_exception = exception; 1114_exception = new WebException(SR.Format(SR.net_ftp_servererror, connection.StatusLine), exception, WebExceptionStatus.ProtocolError, _ftpWebResponse); 1118_exception = new WebException(exception.Message, exception); 1440_exception = ExceptionHelper.RequestAbortedException;
8 references to _exception
System.Net.Requests (8)
System\Net\FtpWebRequest.cs (8)
589if (_exception == null) 1100if (_exception == null) 1131if (_exception != null) 1133ExceptionDispatchInfo.Throw(_exception); 1319if (_exception != null) 1352if (_exception == null && 1374if (_exception != null) 1376connection.Abort(_exception);