10 references to RequestAbortedException
System (10)
net\System\Net\_FtpControlStream.cs (2)
700
throw ExceptionHelper.
RequestAbortedException
;
1101
throw ExceptionHelper.
RequestAbortedException
;
net\System\Net\Cache\IERequestCache.cs (4)
651
throw ExceptionHelper.
RequestAbortedException
;
673
throw ExceptionHelper.
RequestAbortedException
;
851
throw ExceptionHelper.
RequestAbortedException
;
882
throw ExceptionHelper.
RequestAbortedException
;
net\System\Net\filewebrequest.cs (2)
220
throw ExceptionHelper.
RequestAbortedException
;
266
throw ExceptionHelper.
RequestAbortedException
;
net\System\Net\FtpWebRequest.cs (2)
1713
connection.Abort(ExceptionHelper.
RequestAbortedException
);
2222
connection.Abort(ExceptionHelper.
RequestAbortedException
);