Initializes a new EndecaDataSourceSelectedEventArgs instance.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public EndecaDataSourceSelectedEventArgs(
	Exception exception,
	bool exceptionHandled
)
Visual Basic (Declaration)
Public Sub New ( _
	exception As Exception, _
	exceptionHandled As Boolean _
)
Visual C++
public:
EndecaDataSourceSelectedEventArgs(
	Exception^ exception, 
	bool exceptionHandled
)

Parameters

exception
Type: System..::.Exception
Exception that occurred when executing the select operation.
exceptionHandled
Type: System..::.Boolean
An initial value for ExceptionHandled.

See Also