2 writes to _initialException
System.Web (2)
ErrorFormatter.cs (2)
862_initialException = e; 2000_initialException = Exception;
7 references to _initialException
System.Web (7)
ErrorFormatter.cs (7)
876string msg = _initialException.Message; 902string exceptionName = _initialException.GetType().FullName; 906if (_initialException.Message != null) { 907string errorMessage = HttpUtility.FormatPlainTextAsHtml(_initialException.Message); 914if (_initialException is UnauthorizedAccessException) { 927else if (_initialException is HostingEnvironmentException) { 928String details = ((HostingEnvironmentException)_initialException).Details;