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