 | LogicalNodeExceptionRaised Ereignis |
Wird aufgerufen, wenn eine Exception aufgetreten ist.
Namensraum: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+ee7c41c506aa3699a01882f3f94d3758366d0e67
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>Wert
ExceptionRaisedEventHandler
Siehe auch