Click or drag to resize
TooMuchTimeException Constructor (Int64)
Maximum time allowed for solve is exceeded.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public TooMuchTimeException(
	long maximumTime
)

Parameters

maximumTime
Type: SystemInt64
The maximum time allowed for the solve step.
See Also