Click or drag to resize

ErrorCodesDriverBase Field

The starting value (0x80040500) for driver-specific error numbers.

Namespace:  ASCOM
Assembly:  ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public static readonly int DriverBase

Field Value

Type: Int32
Remarks
Drivers are free to choose their own numbers starting with DriverBase, up to and including DriverMax.
See Also