Click or drag to resize

SimpleAscentPropagatorWarningsHandler Event

An event that can be used to check for/handle warnings produced during propagation. If not set, the propagator will throw an InvalidOperationException if a warning is encountered. The error text in the exception is the same as the summary documentation for each boolean property in the events arguments class.

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<SimpleAscentPropagatorWarnings> WarningsHandler

Value

Type: SystemEventHandlerSimpleAscentPropagatorWarnings
See Also