Gets the exception that occurred when executing the select operation. Returns null if no exeception occurred.

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

Syntax

C#
public Exception Exception { get; }
Visual Basic (Declaration)
Public ReadOnly Property Exception As Exception
Visual C++
public:
property Exception^ Exception {
	Exception^ get ();
}

See Also