Click or drag to resize

ExpectedCountException Class

The expected count exception.
Inheritance Hierarchy
SystemObject
  SystemException
    Omada.OE.Solution.OIM.Assembly.AppLogicExpectedCountException

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class ExpectedCountException : Exception

The ExpectedCountException type exposes the following members.

Constructors
  NameDescription
Public methodExpectedCountException
Initializes a new instance of the ExpectedCountException class.
Public methodExpectedCountException(String)
Initializes a new instance of the ExpectedCountException class.
Protected methodExpectedCountException(SerializationInfo, StreamingContext)
Initializes a new instance of the ExpectedCountException class.
Public methodExpectedCountException(String, Exception)
Initializes a new instance of the ExpectedCountException 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