TraceContext::Write Method

 

Writes trace information to the trace log.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodWrite(String^)

Writes a trace message to the trace log.

System_CAPS_pubmethodWrite(String^, String^)

Writes trace information to the trace log, including a message and any user-defined categories.

System_CAPS_pubmethodWrite(String^, String^, Exception^)

Writes trace information to the trace log, including any user-defined categories, trace messages, and error information.

Return to top
Show: