Click or drag to resize

NOVASFunctionException Class

Exception thrown when a NOVAS function returns a non-zero, error completion code.
Inheritance Hierarchy
SystemObject
  SystemException
    ASCOM.Utilities.ExceptionsHelperException
      ASCOM.Astrometry.ExceptionsNOVASFunctionException

Namespace: ASCOM.Astrometry.Exceptions
Assembly: ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
[SerializableAttribute]
public class NOVASFunctionException : HelperException

The NOVASFunctionException type exposes the following members.

Constructors
 NameDescription
Public methodNOVASFunctionException(SerializationInfo, StreamingContext) Serialise the exception
Public methodNOVASFunctionException(String, Exception) Create a new exception with message
Public methodNOVASFunctionException(String, String, Int16) Create a new exception with message, function name and error code
Top
Remarks
This probably occurs because another variable has not been set or a required method has not been called.
See Also