ErrorCodesDriverMax Field

The maximum value (0x80040FFF) for driver-specific error numbers.

Definition

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.1.3+4851.c5da65c2b
C#
public static readonly int DriverMax

Field Value

Int32

Remarks

Drivers are free to choose their own numbers starting with DriverBase, up to and including DriverMax.

See Also