Click or drag to resize

ConvergenceFailureException Class

Exception thrown when an iterative Transform function fails to converge.
Inheritance Hierarchy
SystemObject
  SystemException
    ASCOM.Utilities.ExceptionsHelperException
      ASCOM.Astrometry.ExceptionsConvergenceFailureException

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

The ConvergenceFailureException type exposes the following members.

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