| OPSConnectionException Constructor (String, Exception) |
Namespace:
Omada.OE.Solution.OIM.AppLogic.OPS.Exceptions
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic OPSConnectionException(
string message,
Exception ex
)
Parameters
- message
- Type: SystemString
The message. - ex
- Type: SystemException
The ex.
See Also