Skip to main content
A newer version of this page is available. .

TreeListCustomErrorTextEventArgs.Exception Property

Gets the exception.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

A Exception object that represents the exception.

See Also