InnerOptimizationException(String, Exception) Constructor |
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic InnerOptimizationException(
string message,
Exception innerException
)
Parameters
- message String
- The message that describes the error.
- innerException Exception
- The exception that caused the current exception.
See Also