NativeSubroutineException Constructor
|
Namespace:
FinMath
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public NativeSubroutineException(
int status,
string routineName
)
Parameters
- status
- Type: SystemInt32
The error status returned by the native subroutine that failed.
- routineName
- Type: SystemString
The name of the native subroutine that failed.
See Also