Click or drag to resize
Trace Constructor
Initializes a new instance of the Trace class

Namespace: DXMLBase
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Trace(
	string identifier
)

Parameters

identifier
Type: SystemString
A String that is prepended to trace messages for identification purposes
See Also