Initializes a new instance of the ErrorEventArgs class.

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

Syntax

C#
public ErrorEventArgs(
	Exception e
)
Visual Basic (Declaration)
Public Sub New ( _
	e As Exception _
)
Visual C++
public:
ErrorEventArgs(
	Exception^ e
)

Parameters

e
Type: System..::.Exception

See Also