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