6 instantiations of EventSourceException
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (6)
2206
throw new
EventSourceException
(lastThrownException);
2421
if (ThrowOnEventWriteErrors) throw new
EventSourceException
(SR.EventSource_EventTooBig, innerEx);
2425
if (ThrowOnEventWriteErrors) throw new
EventSourceException
(SR.EventSource_NoFreeBuffers, innerEx);
2429
if (ThrowOnEventWriteErrors) throw new
EventSourceException
(SR.EventSource_NullInput, innerEx);
2433
if (ThrowOnEventWriteErrors) throw new
EventSourceException
(SR.EventSource_TooManyArgs, innerEx);
2443
if (ThrowOnEventWriteErrors) throw new
EventSourceException
(innerEx);
7 references to EventSourceException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
210
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.
EventSourceException
))]
netstandard (1)
netstandard.cs (1)
732
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.
EventSourceException
))]
System.Diagnostics.Tracing (1)
artifacts\obj\System.Diagnostics.Tracing\Debug\net10.0\System.Diagnostics.Tracing.Forwards.cs (1)
23
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.
EventSourceException
))]
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
1443
if (ex is
EventSourceException
)
2073
if (ex is
EventSourceException
)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TraceLoggingEventSource.cs (2)
677
if (ex is
EventSourceException
)
691
if (ex is
EventSourceException
)