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.Write (String, String, Exception)

[To be supplied.]

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

Parameters

category
[To be supplied.]
message
[To be supplied.]
errorInfo
[To be supplied.]

See Also

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