2 writes to _responseException
PresentationCore (2)
Core\CSharp\System\IO\Packaging\PackWebResponse.cs (2)
844
_responseException
= e;
947
_responseException
= new WebException(SR.Get(SRID.WebRequestTimeout, null), WebExceptionStatus.Timeout);
2 references to _responseException
PresentationCore (2)
Core\CSharp\System\IO\Packaging\PackWebResponse.cs (2)
907
if (
_responseException
== null)
910
throw
_responseException
; // throw literal exception if there is one