Open this page in the API Guide

DiagnosticsRequestEventArgs Class

Provides data for a diagnostics request event.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Dundas.BI.DiagnosticsRequestEventArgs

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
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 null.
Top
See Also