TraceContext::Warn Method (String^)
.NET Framework (current version)
Writes a trace message to the trace log. All warnings appear in the log as red text.
Assembly: System.Web (in System.Web.dll)
Parameters
- message
-
Type:
System::String^
The trace message to write to the log.
Every time the Warn method is called, a TraceContext trace message is added to the TraceRecords messages collection, which is accessible when you handle the TraceFinished event. The message is added with its IsWarning property set to true and its ErrorInfo property set to null.
.NET Framework
Available since 1.1
Available since 1.1
Show: