ValueNotAvailableException Class
Exception thrown when an attempt is made to read a value that has not yet been calculated.
Namespace: ASCOM.Astrometry.ExceptionsAssembly: ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 7.1.3+4851.c5da65c2b
[SerializableAttribute]
public class ValueNotAvailableException : HelperException
<SerializableAttribute>
Public Class ValueNotAvailableException
Inherits HelperException
[SerializableAttribute]
public ref class ValueNotAvailableException : public HelperException
- Inheritance
- Object Exception HelperException ValueNotAvailableException
This probably occurs because another variable has not been set or a required method has not been called.