InvalidParameterException(Int32, Exception) Constructor |
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic InvalidParameterException(
int parameter,
Exception innerException
)
Parameters
- parameter Int32
- The one-based parameter index that caused the error.
- innerException Exception
- The exception that caused the current exception.
See Also