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!

TextWriterTraceListener Constructor ()

Initializes a new instance of the TextWriterTraceListener class.

[Visual Basic]
Overloads Public Sub New()
[C#]
public TextWriterTraceListener();
[C++]
public: TextWriterTraceListener();
[JScript]
public function TextWriterTraceListener();

Remarks

This contructor uses the TextWriter stream as the recipient of the tracing or debugging output. It initializes the Name property to "TextWriter".

See Also

TextWriterTraceListener Class | TextWriterTraceListener Members | System.Diagnostics Namespace | TextWriterTraceListener Constructor Overload List | TraceListener | DefaultTraceListener | TextWriterTraceListener | Stream | TextWriter | Debug | Trace