Click or drag to resize

ArgumentEmptyCollectionException Class

The exception that is thrown when an empty collection is passed to a method that does not accept it as a valid argument.
Inheritance Hierarchy
SystemObject
  SystemException
    SystemSystemException
      SystemArgumentException
        Omada.OE.ModelArgumentEmptyCollectionException

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

The ArgumentEmptyCollectionException type exposes the following members.

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