Provides data for ShowError and HandleException events.

Namespace:  PerpetuumSoft.Reporting.Components
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public class ErrorEventArgs : EventArgs
Visual Basic (Declaration)
Public Class ErrorEventArgs _
	Inherits EventArgs
Visual C++
public ref class ErrorEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PerpetuumSoft.Reporting.Components..::.ErrorEventArgs

See Also