Click or drag to resize

QdbInvalidArgumentException Class

Exception thrown when an argument passed to a method is incorrect.
Inheritance Hierarchy
System.Object
  System.Exception
    Quasardb.Exceptions.QdbException
      Quasardb.Exceptions.QdbInputException
        Quasardb.Exceptions.QdbInvalidArgumentException

Namespace:  Quasardb.Exceptions
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public sealed class QdbInvalidArgumentException : QdbInputException
See Also