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!

TraceListener Constructor

[To be supplied.]

Overload List

Initializes a new instance of the TraceListener class.

[Visual Basic] Overloads Protected Sub New()
[C#] protected TraceListener();
[C++] protected: TraceListener();
[JScript] protected function TraceListener();

Initializes a new instance of the TraceListener class.

[Visual Basic] Overloads Protected Sub New(String)
[C#] protected TraceListener(String);
[C++] protected: TraceListener(String*);
[JScript] protected function TraceListener(String);

See Also

TraceListener Class | TraceListener Members | System.Diagnostics Namespace