Click or drag to resize

NativeSubroutineException Constructor

Initializes a new instance of NativeSubroutineException.

Namespace:  FinMath
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
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