6 writes to _exception
System.Net.Requests (6)
System\Net\FtpWebRequest.cs (6)
1097_exception = exception; 1107_exception = new WebException(exception.Message, null, ((WebException)exception).Status, _ftpWebResponse); 1111_exception = exception; 1116_exception = new WebException(SR.Format(SR.net_ftp_servererror, connection.StatusLine), exception, WebExceptionStatus.ProtocolError, _ftpWebResponse); 1120_exception = new WebException(exception.Message, exception); 1442_exception = ExceptionHelper.RequestAbortedException;
8 references to _exception
System.Net.Requests (8)
System\Net\FtpWebRequest.cs (8)
591if (_exception == null) 1102if (_exception == null) 1133if (_exception != null) 1135ExceptionDispatchInfo.Throw(_exception); 1321if (_exception != null) 1354if (_exception == null && 1376if (_exception != null) 1378connection.Abort(_exception);