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)
876
string msg =
_initialException
.Message;
902
string exceptionName =
_initialException
.GetType().FullName;
906
if (
_initialException
.Message != null) {
907
string errorMessage = HttpUtility.FormatPlainTextAsHtml(
_initialException
.Message);
914
if (
_initialException
is UnauthorizedAccessException) {
927
else if (
_initialException
is HostingEnvironmentException) {
928
String details = ((HostingEnvironmentException)
_initialException
).Details;