TraceContext::Warn Method (String^, String^)
.NET Framework (current version)
Writes trace information to the trace log, including any user-defined categories and trace messages. All warnings appear in the log as red text.
Assembly: System.Web (in System.Web.dll)
Parameters
- category
-
Type:
System::String^
The trace category that receives the message.
- 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: