Click or drag to resize

TransformUninitialisedException Class

Exception thrown when an attempt is made to read from the transform component before it has had co-ordinates set once by SetJ2000 or SetJNow.
Inheritance Hierarchy
SystemObject
  SystemException
    ASCOM.Utilities.ExceptionsHelperException
      ASCOM.Astrometry.ExceptionsTransformUninitialisedException

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

The TransformUninitialisedException type exposes the following members.

Constructors
 NameDescription
Public methodTransformUninitialisedException(String) Create a new exception with message
Public methodTransformUninitialisedException(SerializationInfo, StreamingContext) Serialise the exception
Public methodTransformUninitialisedException(String, Exception) Create a new exception with message
Top
See Also