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)
591
if (
_exception
== null)
1102
if (
_exception
== null)
1133
if (
_exception
!= null)
1135
ExceptionDispatchInfo.Throw(
_exception
);
1321
if (
_exception
!= null)
1354
if (
_exception
== null &&
1376
if (
_exception
!= null)
1378
connection.Abort(
_exception
);