asp.net.ph

TraceContext.Warn Method ( String )

System.Web Namespace   TraceContext Class


Writes a trace message to the trace log. All warnings appear as in the log as red text.

[ VB ]
Overloads Public Sub Warn ( _
   ByVal message As String _
)

[ C# ]
public void Warn (
   string message
);

[ C++ ]
public: void Warn (
   String* message
);

[ JScript ]
public function Warn (
   message : String
);

Parameters

message
The trace message to write to the log.
See Also

TraceContext Members   TraceContext.Warn Overload List Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note