DiagnosticsRequestEventArgs Constructor

Initializes a new instance of the DiagnosticsRequestEventArgs class.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public DiagnosticsRequestEventArgs(
	TextWriter messageWriter
)

Parameters

messageWriter
Type: System.IOTextWriter
The text writer where diagnostic messages should be written.
See Also