Maximum function evaluations exceeded.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public DidNotConvergeException( string s, Object[] args ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ s As String, _ args As Object() _ ) |
Visual C++ |
---|
public: DidNotConvergeException( String^ s, array<Object^>^ args ) |
Parameters
- s
- Type: System..::.String
The error message that explains the reason for the exception.
- args
- Type: array<
System..::.Object
>[]()[]
An Object array which specifies arguments used to format the message.