6 instantiations of EventSourceException
mscorlib (6)
system\diagnostics\eventing\eventsource.cs (6)
2214
throw new
EventSourceException
(lastThrownException);
2442
if (ThrowOnEventWriteErrors) throw new
EventSourceException
(Environment.GetResourceString("EventSource_EventTooBig"), innerEx);
2446
if (ThrowOnEventWriteErrors) throw new
EventSourceException
(Environment.GetResourceString("EventSource_NoFreeBuffers"), innerEx);
2450
if (ThrowOnEventWriteErrors) throw new
EventSourceException
(Environment.GetResourceString("EventSource_NullInput"), innerEx);
2454
if (ThrowOnEventWriteErrors) throw new
EventSourceException
(Environment.GetResourceString("EventSource_TooManyArgs"), innerEx);
2461
if (ThrowOnEventWriteErrors) throw new
EventSourceException
(innerEx);
4 references to EventSourceException
mscorlib (4)
system\diagnostics\eventing\eventsource.cs (2)
1316
if (ex is
EventSourceException
)
2054
if (ex is
EventSourceException
)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (2)
668
if (ex is
EventSourceException
)
682
if (ex is
EventSourceException
)