Click or drag to resize

ProcessingException(String, Exception) Constructor

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(
	string pMsg,
	Exception innerException
)

Parameters

pMsg  String
 
innerException  Exception
 
See Also