Click or drag to resize

ProcessingException(Int32, String, Exception) Constructor

Initializes a new instance of the ProcessingException class

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

Parameters

errCode  Int32
 
pMsg  String
 
innerException  Exception
 
See Also