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: 25.1.421.0 (25.1.421.0)
Syntaxpublic NumericalPropagationException(
	string message
)
Public Sub New ( 
	message As String
)
public:
NumericalPropagationException(
	String^ message
)
new : 
        message : string -> NumericalPropagationExceptionParameters
- message
 - Type: SystemString
The error message that explains the reason for the exception. 
See Also