Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Trace::TraceWarning Method (String^)

 

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

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

public:
[ConditionalAttribute("TRACE")]
static void TraceWarning(
	String^ message
)

Parameters

message
Type: System::String^

The informative message to write.

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

.NET Framework
Available since 2.0
Return to top
Show: