Click or drag to resize

ValueNotSetException Class

Exception to report that no value has yet been set for this property.
Inheritance Hierarchy
SystemObject
  SystemException
    ASCOMDriverException
      ASCOMValueNotSetException

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.0.0-rc.0+0
Syntax
[SerializableAttribute]
public class ValueNotSetException : DriverException

The ValueNotSetException type exposes the following members.

Constructors
 NameDescription
Public methodValueNotSetException Added to keep Code Analysis happy
Public methodValueNotSetException(String) Create a new exception object and identify the specified driver property or method as the source.
Public methodValueNotSetException(String, Exception) Create a new exception object and identify the specified driver property as the source, and include an inner exception object containing a caught exception.
Top
Properties
 NameDescription
Public propertyNumber The COM error code for this exception (hex 80040400 - 800404FF)
(Inherited from DriverException)
Public propertyPropertyOrMethod The property/accessor or method that has no value
Top
Remarks

If you need to throw this error as a COM exception use the error number: 0x80040402.

See Also