Click or drag to resize

SimpleAscentPropagator.WarningsHandler 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: 25.1.421.0 (25.1.421.0)
Syntax
public event EventHandler<SimpleAscentPropagatorWarnings> WarningsHandler

Value

Type: System.EventHandler<SimpleAscentPropagatorWarnings>
See Also