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