MultivariableFunctionSolverWarning Constructor (Object, String) |
Initializes a new instance.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public MultivariableFunctionSolverWarning(
Object sourceOfWarning,
string warningMessage
)
Public Sub New (
sourceOfWarning As Object,
warningMessage As String
)
public:
MultivariableFunctionSolverWarning(
Object^ sourceOfWarning,
String^ warningMessage
)
new :
sourceOfWarning : Object *
warningMessage : string -> MultivariableFunctionSolverWarning
Parameters
- sourceOfWarning
- Type: SystemObject
The object that created the warning. - warningMessage
- Type: SystemString
The text of the message.
See Also