7 references to ErrorException
System.Web (7)
Management\EventlogProvider.cs (1)
205
AddExceptionDataFields(dataFields, ((WebBaseErrorEvent)eventRaised).
ErrorException
);
Management\SqlWebEventProvider.cs (1)
159
exception = ((WebBaseErrorEvent)eventRaised).
ErrorException
;
Management\WebEvents.cs (4)
1366
fields.Add(new WebEventFieldData("ExceptionType",
ErrorException
.GetType().ToString(), WebEventFieldType.String));
1367
fields.Add(new WebEventFieldData("ExceptionMessage",
ErrorException
.Message, WebEventFieldType.String));
1424
_threadInfo = new WebThreadInformation(base.
ErrorException
);
1523
_threadInfo = new WebThreadInformation(base.
ErrorException
);
Management\wmiprovider.cs (1)
203
Exception exception = ((WebBaseErrorEvent)eventRaised).
ErrorException
;