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