Click or drag to resize

NumericalPropagationException Constructor (Exception)

Initializes a new instance with the default error message and a reference to the inner exception that is the cause of this 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 NumericalPropagationException(
	Exception inner
)

Parameters

inner
Type: SystemException
The exception that is the cause of the current exception.
See Also