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 (26.2.0.1000)
Syntax
public class DiagnosticsRequestEventArgs : EventArgs

The DiagnosticsRequestEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodDiagnosticsRequestEventArgsInitializes 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