Click or drag to resize

ProcessingException Constructor (Int32, String, Exception)

Initializes a new instance of the ProcessingException class

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

Parameters

errCode
Type: SystemInt32
pMsg
Type: SystemString
innerException
Type: SystemException
See Also