6 writes to _exception
System.Net.Requests (6)
System\Net\FtpWebRequest.cs (6)
1094_exception = exception; 1104_exception = new WebException(exception.Message, null, ((WebException)exception).Status, _ftpWebResponse); 1108_exception = exception; 1113_exception = new WebException(SR.Format(SR.net_ftp_servererror, connection.StatusLine), exception, WebExceptionStatus.ProtocolError, _ftpWebResponse); 1117_exception = new WebException(exception.Message, exception); 1439_exception = ExceptionHelper.RequestAbortedException;
8 references to _exception
System.Net.Requests (8)
System\Net\FtpWebRequest.cs (8)
588if (_exception == null) 1099if (_exception == null) 1130if (_exception != null) 1132ExceptionDispatchInfo.Throw(_exception); 1318if (_exception != null) 1351if (_exception == null && 1373if (_exception != null) 1375connection.Abort(_exception);