The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IisTraceListener::Write Method (String^, String^)
.NET Framework (current version)
Writes the specified message and the specified category name to the output of the IisTraceListener class.
Assembly: System.Web (in System.Web.dll)
Parameters
- message
-
Type:
System::String^
The message to write.
- category
-
Type:
System::String^
Ignored. The IisTraceListener implementation of the System.Diagnostics::TraceListener class disregards the category parameter.
This overload of the Write method is provided for compatibility. This method does not use any values passed in the category parameter.
Write is introduced in the .NET Framework 3.5. For more information, see .NET Framework Versions and Dependencies.
.NET Framework
Available since 2.0
Available since 2.0
Show: