Click or drag to resize

NumericalPropagationException Constructor (String)

Initializes a new instance with a specified error message.

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(
	string message
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
See Also