NOVASFunctionException(String, String, Int16) Constructor

Create a new exception with message, function name and error code

Definition

Namespace: ASCOM.Astrometry.Exceptions
Assembly: ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 7.1.3+4851.c5da65c2b
C#
public NOVASFunctionException(
	string message,
	string FuncName,
	short ErrCode
)

Parameters

message  String
Message to be reported by the exception
FuncName  String
Name of the NOVAS function giving rise to the exception
ErrCode  Int16
Error code returned by the NOVAS function

See Also