Click or drag to resize

clsError Constructor (Int32, String, Boolean)

Fill Parameter with new

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public clsError(
	int lErrNumber,
	string sDescription,
	bool bWarning
)

Parameters

lErrNumber
Type: SystemInt32
Error number
sDescription
Type: SystemString
Description
bWarning
Type: SystemBoolean
Warning or not
Remarks