ValueNotAvailableException Class

Exception thrown when an attempt is made to read a value that has not yet been calculated.

Definition

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

Remarks

This probably occurs because another variable has not been set or a required method has not been called.

Constructors

ValueNotAvailableException(String) Create a new exception with message
ValueNotAvailableException(SerializationInfo, StreamingContext) Serialise the exception
ValueNotAvailableException(String, Exception) Create a new exception with message

See Also