Click or drag to resize

QueryParameterHelperUnexpectedParameterValueException Class

This exception is thrown if a string value could not be converted to the specified parameter type
Inheritance Hierarchy
SystemObject
  SystemException
    SystemSystemException
      SystemArgumentException
        Omada.OE.AppLogic.HelpersQueryParameterHelperUnexpectedParameterValueException

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

The QueryParameterHelperUnexpectedParameterValueException 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