Click or drag to resize

InvalidDataException Class

The InvalidDataException is thrown by methods that encounter invalid data when, for example: - Parsing xml data and encountering invalid or unsupported data. - Saving an object with an invalid state
Inheritance Hierarchy
SystemObject
  SystemException
    SystemApplicationException
      Omada.OE.ModelInvalidDataException

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class InvalidDataException : ApplicationException

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