TraceContext.Write Method (String)
.NET Framework 3.0
Writes a trace message to the trace log.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Every time the Write method is called, a TraceContext trace message is added to the TraceRecords messages collection, which is accessible when you handle the TraceFinished event. The message is added with its IsWarning property set to false and its ErrorInfo property set to a null reference (Nothing in Visual Basic).
Community Additions
ADD
Show: