InvalidNodeExceptionEventArgs(Exception, String, TreeListNode) Constructor
Creates a new InvalidNodeExceptionEventArgs object.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v25.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
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