7 references to ThrowOnEventWriteErrors
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (7)
2232
if (lastThrownException != null &&
ThrowOnEventWriteErrors
)
2452
if (
ThrowOnEventWriteErrors
) throw new EventSourceException(SR.EventSource_EventTooBig, innerEx);
2456
if (
ThrowOnEventWriteErrors
) throw new EventSourceException(SR.EventSource_NoFreeBuffers, innerEx);
2460
if (
ThrowOnEventWriteErrors
) throw new EventSourceException(SR.EventSource_NullInput, innerEx);
2464
if (
ThrowOnEventWriteErrors
) throw new EventSourceException(SR.EventSource_TooManyArgs, innerEx);
2474
if (
ThrowOnEventWriteErrors
) throw new EventSourceException(innerEx);
2999
if (
ThrowOnEventWriteErrors
)