Click or drag to resize

OPSConnectionException Constructor (String)

Initializes a new instance of the OPSConnectionException class.

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
Syntax
C#
public OPSConnectionException(
	string message
)

Parameters

message
Type: SystemString
The message.
See Also