2 references to EventSourceException
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
2206
throw new
EventSourceException
(lastThrownException);
2443
if (ThrowOnEventWriteErrors) throw new
EventSourceException
(innerEx);