Click or drag to resize

QueryParameterHelperUnexpectedParameterTypeException Class

This exception is thrown if the value passed is not of a type matching the specified parameter type or if it cannot be converted
Inheritance Hierarchy
SystemObject
  SystemException
    SystemSystemException
      SystemArgumentException
        Omada.OE.AppLogic.HelpersQueryParameterHelperUnexpectedParameterTypeException

Namespace:  Omada.OE.AppLogic.Helpers
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class UnexpectedParameterTypeException : ArgumentException

The QueryParameterHelperUnexpectedParameterTypeException type exposes the following members.

Constructors
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