ConvergenceFailureException(String, Exception) Constructor

Create a new exception with message

Definition

Namespace: ASCOM.Astrometry.Exceptions
Assembly: ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 7.1.3+4851.c5da65c2b
C#
public ConvergenceFailureException(
	string message,
	Exception inner
)

Parameters

message  String
Message to be reported by the exception
inner  Exception
Exception to be reported as the inner exception

See Also