| IFocuserV2Halt Method | 
Namespace: ASCOM.DeviceInterface
 Syntax
Syntax Exceptions
Exceptions| Exception | Condition | 
|---|---|
| MethodNotImplementedException | Focuser does not support this method. | 
| NotConnectedException | If the driver is not connected. | 
| DriverException | Must throw an exception if the call was not successful | 
 Remarks
RemarksCan 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.
 See Also
See Also