CompatibilityException(String, Exception) Constructor
Create a new exception with message
Namespace: ASCOM.Astrometry.ExceptionsAssembly: ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 7.1.3+4851.c5da65c2b
public CompatibilityException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
CompatibilityException(
String^ message,
Exception^ inner
)
Parameters
- message String
- Message to be reported by the exception
- inner Exception
- Exception to be reported as the inner exception