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 (26.2.0.1000)
Syntax
public DiagnosticsRequestEventArgs(
	TextWriter messageWriter
)

Parameters

messageWriter  TextWriter
The text writer where diagnostic messages should be written.
See Also