CalculationException Constructor

Initializes a new instance of the CalculationException class

Definition

Namespace: com.ftlabs.fisa.calc
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public CalculationException(
	int errorCode,
	string message
)

Parameters

errorCode  Int32
 
message  String
 

See Also