13 references to ReportOutOfBandMessage
System.Private.CoreLib (13)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\DiagnosticCounter.cs (1)
112
EventSource.
ReportOutOfBandMessage
(message);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (12)
1733
ReportOutOfBandMessage
("ERROR: Exception during construction of EventSource " + Name + ": " + e.Message);
2126
ReportOutOfBandMessage
(SR.Format(SR.EventSource_EventParametersMismatch, eventId, args.Length, infos.Length));
2142
ReportOutOfBandMessage
(SR.Format(SR.EventSource_VarArgsParameterMismatch, eventId, infos[i].Name));
2155
ReportOutOfBandMessage
(SR.Format(SR.EventSource_EventParametersMismatch, eventCallbackArgs.EventId, eventDataCount, metadata.Parameters.Length));
2211
ReportOutOfBandMessage
("ERROR: Exception during EventSource.OnEventWritten: "
2438
ReportOutOfBandMessage
(errorPrefix + ": " + SR.EventSource_EventTooBig);
2442
ReportOutOfBandMessage
(errorPrefix + ": " + SR.EventSource_NoFreeBuffers);
2446
ReportOutOfBandMessage
(errorPrefix + ": " + SR.EventSource_NullInput);
2450
ReportOutOfBandMessage
(errorPrefix + ": " + SR.EventSource_TooManyArgs);
2457
ReportOutOfBandMessage
(errorPrefix + ": " + innerEx.GetType() + ":" + innerEx.Message);
2460
ReportOutOfBandMessage
(errorPrefix);
2824
ReportOutOfBandMessage
("ERROR: Exception in Command Processing for EventSource " + Name + ": " + e.Message);