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