IFocuserV3Halt Method |
Namespace: ASCOM.DeviceInterface
| Exception | Condition |
|---|---|
| MethodNotImplementedException | Focuser does not support this method. |
| NotConnectedException | If the device is not connected. |
| DriverException | An error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself. |
Can throw a not implemented exception
Some focusers may not support this function, in which case an exception will be raised.Recommendation: Host software should call this method upon initialization and, if it fails, disable the Halt button in the user interface.