TreeListCustomErrorTextEventArgs(Exception, String) Constructor
Initializes a new instance of the TreeListCustomErrorTextEventArgs class.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
exception | Exception | A Exception object that represents the exception. This value is assigned to the TreeListCustomErrorTextEventArgs.Exception property. |
errorText | String | A String value that specifies the error text. This value is assigned to the TreeListCustomErrorTextEventArgs.ErrorText property. |
See Also