TraceContext.Warn Method (String)
.NET Framework 3.0
Writes a trace message to the trace log. All warnings appear in the log as red text.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
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 a null reference (Nothing in Visual Basic).
Community Additions
ADD
Show: