 | LogicalNodeExceptionRaised event |
Is called if an exception has occurred.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic event ExceptionRaisedEventHandler ExceptionRaised
Public Event ExceptionRaised As ExceptionRaisedEventHandler
public:
event ExceptionRaisedEventHandler^ ExceptionRaised {
void add (ExceptionRaisedEventHandler^ value);
void remove (ExceptionRaisedEventHandler^ value);
}
member ExceptionRaised : IEvent<ExceptionRaisedEventHandler,
EventArgs>
Value
ExceptionRaisedEventHandler
See also