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