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

InvalidNodeExceptionEventArgs(Exception, String, TreeListNode) Constructor

Creates a new InvalidNodeExceptionEventArgs object.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public InvalidNodeExceptionEventArgs(
    Exception except,
    string windowText,
    TreeListNode node
)

Parameters

Name Type Description
except Exception

A Exception object representing the exception that caused the event. This value is assigned to the ExceptionEventArgs.Exception property.

windowText String

A string value specifying the error description. This value is assigned to the ExceptionEventArgs.ErrorText property.

node TreeListNode

A TreeListNode object representing the node that failed validation. This value is assigned to the InvalidNodeExceptionEventArgs.Node property.

See Also