6 writes to m_Exception
System (6)
net\System\Net\FtpWebRequest.cs (6)
1285m_Exception = exception; 1294m_Exception = new WebException(exception.Message, null, ((WebException)exception).Status, m_FtpWebResponse); 1298m_Exception = exception; 1303m_Exception = new WebException(SR.GetString(SR.net_servererror, connection.StatusLine), exception, WebExceptionStatus.ProtocolError, m_FtpWebResponse); 1306m_Exception = new WebException(exception.Message, exception); 1703m_Exception = new WebException(NetRes.GetWebStatusString("net_requestaborted", WebExceptionStatus.RequestCanceled),
9 references to m_Exception
System (9)
net\System\Net\FtpWebRequest.cs (9)
686if (m_Exception == null) { 1290if (m_Exception == null) { 1318if (m_Exception != null) { 1319throw m_Exception; 1556if (m_Exception != null) 1589if (m_Exception == null && 1597if (m_Exception != null || !(m_FtpWebResponse.IsFromCache && !KeepAlive)) 1609if (m_Exception != null) 1611connection.Abort(m_Exception);