ErrorCodesDriverBase Field |
The starting value (0x80040500) for driver-specific error numbers.
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic static readonly int DriverBase
Public Shared ReadOnly DriverBase As Integer
public:
static initonly int DriverBase
Field Value
Int32
Remarks
Drivers are free to choose their own numbers starting with DriverBase, up to and including DriverMax.
See Also