Click or drag to resize

InvalidTypeException Class

Exception that is thrown when the driver expected a type and other was provided
Inheritance Hierarchy
SystemObject
  SystemException
    DseDriverException
      DseInvalidTypeException

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class InvalidTypeException : DriverException

The InvalidTypeException type exposes the following members.

Constructors
  NameDescription
Public methodInvalidTypeException(String)
Initializes a new instance of the InvalidTypeException class
Public methodInvalidTypeException(String, Exception)
Initializes a new instance of the InvalidTypeException class
Public methodInvalidTypeException(String, Object, Object)
Initializes a new instance of the InvalidTypeException class
Top
Properties
See Also

Reference