IisTraceListener::Write Method

 

Writes a message, a category name, or the value of an object's ToString method to the output of the IisTraceListener class.

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

NameDescription
System_CAPS_pubmethodWrite(Object^)

Writes the value of the object's ToString method to the listener you create when you implement the TraceListener class.(Inherited from TraceListener.)

System_CAPS_pubmethodWrite(Object^, String^)

Writes a category name and the value of the object's ToString method to the listener you create when you implement the TraceListener class.(Inherited from TraceListener.)

System_CAPS_pubmethodWrite(String^)

Writes the specified message to the output of the IisTraceListener class.(Overrides TraceListener::Write(String^).)

System_CAPS_pubmethodWrite(String^, String^)

Writes the specified message and the specified category name to the output of the IisTraceListener class.(Overrides TraceListener::Write(String^, String^).)

Write is introduced in the .NET Framework 3.5. For more information, see .NET Framework Versions and Dependencies.

Return to top
Show: