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