ValueNotSetException Class

Exception to report that no value has yet been set for this property.

Definition

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.1.3+4851.c5da65c2b
C#
[SerializableAttribute]
public class ValueNotSetException : DriverException
Inheritance
Object    Exception    DriverException    ValueNotSetException

Remarks

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

Constructors

ValueNotSetException Added to keep Code Analysis happy
ValueNotSetException(String) Create a new exception object and identify the specified driver property or method as the source.
ValueNotSetException(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.

Properties

Number The COM error code for this exception (hex 80040400 - 800404FF)
(Inherited from DriverException)
PropertyOrMethod The property/accessor or method that has no value

See Also