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: 25.1.421.0 (25.1.421.0)
Syntaxpublic event EventHandler<SimpleAscentPropagatorWarnings> WarningsHandler
Public Event WarningsHandler As EventHandler(Of SimpleAscentPropagatorWarnings)
public:
 event EventHandler<SimpleAscentPropagatorWarnings^>^ WarningsHandler {
	void add (EventHandler<SimpleAscentPropagatorWarnings^>^ value);
	void remove (EventHandler<SimpleAscentPropagatorWarnings^>^ value);
}member WarningsHandler : IEvent<EventHandler<SimpleAscentPropagatorWarnings>,
    SimpleAscentPropagatorWarnings>
Value
Type: 
SystemEventHandlerSimpleAscentPropagatorWarnings
See Also