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)
589
if (
_exception
== null)
1100
if (
_exception
== null)
1131
if (
_exception
!= null)
1133
ExceptionDispatchInfo.Throw(
_exception
);
1319
if (
_exception
!= null)
1352
if (
_exception
== null &&
1374
if (
_exception
!= null)
1376
connection.Abort(
_exception
);