2 references to EventSourceException
mscorlib (2)
system\diagnostics\eventing\eventsource.cs (2)
2214
throw new
EventSourceException
(lastThrownException);
2461
if (ThrowOnEventWriteErrors) throw new
EventSourceException
(innerEx);