Click or drag to resize

MultivariableFunctionSolverWarning Constructor (Object, String)

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public MultivariableFunctionSolverWarning(
	Object sourceOfWarning,
	string warningMessage
)

Parameters

sourceOfWarning
Type: SystemObject
The object that created the warning.
warningMessage
Type: SystemString
The text of the message.
See Also