 | ProcessingException Constructor (Int32, String, Exception) |
Namespace:
LynceeTec
Assembly:
LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic ProcessingException(
int errCode,
string pMsg,
Exception innerException
)
public:
ProcessingException(
int errCode,
String^ pMsg,
Exception^ innerException
)
Parameters
- errCode
- Type: SystemInt32
- pMsg
- Type: SystemString
- innerException
- Type: SystemException
See Also