Click or drag to resize

InvalidValueException Properties

The InvalidValueException type exposes the following members.

Properties
  NameDescription
Public propertyFromValue
The lower value of the valid range.
Public propertyNumber
The COM error code for this exception (hex 80040400 - 800404FF)
(Inherited from DriverException.)
Public propertyPropertyOrMethod
The property/accessor or method that has an invalid value.
Public propertyRange
The valid range for this property.
Public propertyToValue
The higher end of the valid range.
Public propertyValue
The invalid value.
Top
See Also