NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TraceContext.Warn (String, String)

Writes trace information to the trace log, with warnings in red.

[Visual Basic]
Overloads Public Sub Warn( _
   ByVal category As String, _
   ByVal message As String _
)
[C#]
public void Warn(
   string category,
   string message
);
[C++]
public: void Warn(
   String* category,
   String* message
);
[JScript]
public function Warn(
   category : String,
   message : String
);

Parameters

category
The trace category to receive the message.
message
The trace information to be captured.

See Also

TraceContext Class | TraceContext Members | System.Web Namespace | TraceContext.Warn Overload List