Click or drag to resize

NodeParentSubNodeExceptionRaised method

Is triggered if an exception has occurred in a child. Cascades the exception up to the root node without cancelling processing.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
protected virtual void SubNodeExceptionRaised(
	
	LogicalNode source,
	
	Exception exception
)

Parameters

source  LogicalNode
The source of the exception.
exception  Exception
Exception occurred.
See also