Click or drag to resize

ArgumentZeroIdException Class

The exception that is thrown when a zero id reference is passed to a method that does not accept it as a valid argument.
Inheritance Hierarchy
SystemObject
  SystemException
    SystemSystemException
      SystemArgumentException
        Omada.OE.ModelArgumentZeroIdException

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

The ArgumentZeroIdException type exposes the following members.

Constructors
  NameDescription
Public methodArgumentZeroIdException(String)
Initializes a new instance of the ArgumentZeroIdException class with the name of the parameter that causes this exception.
Protected methodArgumentZeroIdException(SerializationInfo, StreamingContext)
Public methodArgumentZeroIdException(String, Exception)
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