2 writes to _responseException
PresentationCore (2)
System\IO\Packaging\PackWebResponse.cs (2)
784_responseException = e; 886_responseException = new WebException(SR.Format(SR.WebRequestTimeout, null), WebExceptionStatus.Timeout);
2 references to _responseException
PresentationCore (2)
System\IO\Packaging\PackWebResponse.cs (2)
847if (_responseException == null) 850throw _responseException; // throw literal exception if there is one