Skip to main content

TreeListCustomErrorTextEventArgs.Exception Property

Gets the exception.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.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