A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.trace.tracewarning below:

Trace.TraceWarning Method (System.Diagnostics) | Microsoft Learn

Trace.TraceWarning Method Definition

Writes warning information to the trace listeners in the Listeners collection.

Overloads TraceWarning(String, Object[])
Source:
Trace.cs
Source:
Trace.cs
Source:
Trace.cs
Source:
Trace.cs

Writes a warning message to the trace listeners in the Listeners collection using the specified array of objects and formatting information.

public:
 static void TraceWarning(System::String ^ format, ... cli::array <System::Object ^> ^ args);
[System.Diagnostics.Conditional("TRACE")]
public static void TraceWarning(string format, params object?[]? args);
[System.Diagnostics.Conditional("TRACE")]
public static void TraceWarning(string format, params object[] args);
[<System.Diagnostics.Conditional("TRACE")>]
static member TraceWarning : string * obj[] -> unit
Public Shared Sub TraceWarning (format As String, ParamArray args As Object())
Parameters
format
String

A format string that contains zero or more format items, which correspond to objects in the args array.

args
Object[]

An object array containing zero or more objects to format.

Attributes
Remarks

TraceWarning calls the TraceEvent methods in the trace listeners with the trace event type Warning, passing the message content as an object array with formatting information. See the Format method for more information about the format and args parameters.

See also TraceWarning(String)
Source:
Trace.cs
Source:
Trace.cs
Source:
Trace.cs
Source:
Trace.cs

Writes a warning message to the trace listeners in the Listeners collection using the specified message.

public:
 static void TraceWarning(System::String ^ message);
[System.Diagnostics.Conditional("TRACE")]
public static void TraceWarning(string? message);
[System.Diagnostics.Conditional("TRACE")]
public static void TraceWarning(string message);
[<System.Diagnostics.Conditional("TRACE")>]
static member TraceWarning : string -> unit
Public Shared Sub TraceWarning (message As String)
Parameters
message
String

The informative message to write.

Attributes
Remarks

TraceWarning calls the TraceEvent method for each trace listener with the trace event type Warning, passing the informative message as the message string.

See also

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4