Skip to main content

TreeListCustomErrorTextEventArgs(Exception, String) Constructor

Initializes a new instance of the TreeListCustomErrorTextEventArgs class.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListCustomErrorTextEventArgs(
    Exception exception,
    string errorText
)

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