Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public event EventHandler<ExceptionDuringPropagationEventArgs> ExceptionDuringPropagation

Value

Type: SystemEventHandlerExceptionDuringPropagationEventArgs
See Also