DiagnosticsRequestEventArgs Class

Provides data for a diagnostics request event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dundas.BIDiagnosticsRequestEventArgs

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public class DiagnosticsRequestEventArgs : EventArgs

The DiagnosticsRequestEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDiagnosticsRequestEventArgs
Initializes a new instance of the DiagnosticsRequestEventArgs class.
Top
Properties
  NameDescription
Public propertyMessageWriter
Gets the TextWriter where diagnostic messages should be written. Guaranteed not to be .
Top
See Also