2 types derived from WebBaseErrorEvent
System.Web (2)
Management\WebEvents.cs (2)
1380
public class WebErrorEvent :
WebBaseErrorEvent
{
1477
public class WebRequestErrorEvent :
WebBaseErrorEvent
{
8 references to WebBaseErrorEvent
System.Web (8)
Management\EventlogProvider.cs (2)
204
if (eventRaised is
WebBaseErrorEvent
) {
205
AddExceptionDataFields(dataFields, ((
WebBaseErrorEvent
)eventRaised).ErrorException);
Management\SqlWebEventProvider.cs (2)
158
if (eventRaised is
WebBaseErrorEvent
) {
159
exception = ((
WebBaseErrorEvent
)eventRaised).ErrorException;
Management\WebEvents.cs (1)
999
if (eventRaised is
WebBaseErrorEvent
) {
Management\WebEventTraceProvider.cs (1)
32
if (eventRaised is
WebBaseErrorEvent
) {
Management\wmiprovider.cs (2)
202
if (eventRaised is
WebBaseErrorEvent
) {
203
Exception exception = ((
WebBaseErrorEvent
)eventRaised).ErrorException;