Click or drag to resize

ProcessingException Constructor (Int32, String)

Initializes a new instance of the ProcessingException class

Namespace:  LynceeTec
Assembly:  LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public ProcessingException(
	int errCode,
	string pMsg
)

Parameters

errCode
Type: SystemInt32
pMsg
Type: SystemString
See Also