NumericalPropagatorExceptionDuringPropagation Event |
Gets the instance of the event handler which will be triggered after
the propagator throws an exception. If no event handler is specified then the propagator will throw
a
NumericalPropagationException that wraps the underlying exception.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public event EventHandler<ExceptionDuringPropagationEventArgs> ExceptionDuringPropagation
Public Event ExceptionDuringPropagation As EventHandler(Of ExceptionDuringPropagationEventArgs)
public:
event EventHandler<ExceptionDuringPropagationEventArgs^>^ ExceptionDuringPropagation {
void add (EventHandler<ExceptionDuringPropagationEventArgs^>^ value);
void remove (EventHandler<ExceptionDuringPropagationEventArgs^>^ value);
}
member ExceptionDuringPropagation : IEvent<EventHandler<ExceptionDuringPropagationEventArgs>,
ExceptionDuringPropagationEventArgs>
Value
Type:
SystemEventHandlerExceptionDuringPropagationEventArgsSee Also