ConvergenceFailureException Class

Exception thrown when an iterative Transform function fails to converge.

Definition

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

Constructors

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

See Also