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