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)
907if (_responseException == null) 910throw _responseException; // throw literal exception if there is one