Trace.TraceWarning Method (String)
.NET Framework (current version)
Writes a warning message to the trace listeners in the Listeners collection using the specified message.
Assembly: System (in System.dll)
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
Available since 2.0
Show: