Click or drag to resize
ProcessingException Constructor
Initializes a new instance of the ProcessingException class

Namespace: LynceeTec.Processing
Assembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.4.0.7 6_4_dev bc6b638, built 2016-11-07 15:44:14 UTC
Syntax
public ProcessingException(
	int errCode,
	string pMsg
)

Parameters

errCode
Type: SystemInt32
pMsg
Type: SystemString
See Also