NOVASFunctionException(String, String, Int16) Constructor
Create a new exception with message, function name and error code
Namespace: ASCOM.Astrometry.ExceptionsAssembly: ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 7.1.3+4851.c5da65c2b
public NOVASFunctionException(
string message,
string FuncName,
short ErrCode
)
Public Sub New (
message As String,
FuncName As String,
ErrCode As Short
)
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