NOVASFunctionException Class

Exception thrown when a NOVAS function returns a non-zero, error completion code.

Definition

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

Remarks

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

Constructors

NOVASFunctionException(SerializationInfo, StreamingContext) Serialise the exception
NOVASFunctionException(String, Exception) Create a new exception with message
NOVASFunctionException(String, String, Int16) Create a new exception with message, function name and error code

See Also