13 references to ReportOutOfBandMessage
mscorlib (13)
system\diagnostics\eventing\eventsource.cs (13)
1542ReportOutOfBandMessage("ERROR: Exception during construction of EventSource " + Name + ": " + e.Message, true); 2147ReportOutOfBandMessage(Environment.GetResourceString("EventSource_EventParametersMismatch", eventId, eventDataCount, paramCount), true); 2204ReportOutOfBandMessage("ERROR: Exception during EventSource.OnEventWritten: " 2441ReportOutOfBandMessage(errorPrefix + ": " + Environment.GetResourceString("EventSource_EventTooBig"), true); 2445ReportOutOfBandMessage(errorPrefix + ": " + Environment.GetResourceString("EventSource_NoFreeBuffers"), true); 2449ReportOutOfBandMessage(errorPrefix + ": " + Environment.GetResourceString("EventSource_NullInput"), true); 2453ReportOutOfBandMessage(errorPrefix + ": " + Environment.GetResourceString("EventSource_TooManyArgs"), true); 2458ReportOutOfBandMessage(errorPrefix + ": " + innerEx.GetType() + ":" + innerEx.Message, true); 2460ReportOutOfBandMessage(errorPrefix, true); 2841ReportOutOfBandMessage("ERROR: Exception in Command Processing for EventSource " + Name + ": " + e.Message, true); 5353source.ReportOutOfBandMessage("ERROR: Invalid ActivitySamplingStartEvent specification: " + 5361source.ReportOutOfBandMessage("ERROR: Invalid sampling frequency specification: " + sFreq, false); 5383source.ReportOutOfBandMessage("ERROR: Invalid eventId specification: " + activityFilterString, false);