Click or drag to resize

OPSConnectionException Class

Inheritance Hierarchy
SystemObject
  SystemException
    Omada.OE.Solution.OIM.AppLogic.OPS.ExceptionsOPSConnectionException

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#
[SerializableAttribute]
public class OPSConnectionException : Exception

The OPSConnectionException type exposes the following members.

Constructors
  NameDescription
Public methodOPSConnectionException
Initializes a new instance of the OPSConnectionException class.
Public methodOPSConnectionException(String)
Initializes a new instance of the OPSConnectionException class.
Protected methodOPSConnectionException(SerializationInfo, StreamingContext)
Initializes a new instance of the OPSConnectionException class.
Public methodOPSConnectionException(String, Exception)
Initializes a new instance of the OPSConnectionException class.
Public methodOPSConnectionException(String, Object)
Initializes a new instance of the OPSConnectionException class.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also