1 write to _errorInfo
System.Web.Mobile (1)
UI\MobileControls\ErrorFormatterPage.cs (1)
52
_errorInfo
= Context.Items[MobileErrorInfo.ContextKey] as MobileErrorInfo;
2 references to _errorInfo
System.Web.Mobile (2)
UI\MobileControls\ErrorFormatterPage.cs (2)
42
return
_errorInfo
;
53
if (
_errorInfo
== null)