public string Action(
string actionName,
string actionParameters
)Public Function Action (
actionName As String,
actionParameters As String
) As StringPlease Note: The Camera definition in the link applies to all device types.
| NotImplementedException | Throws this exception if an action name is not supported. of driver capabilities, but the driver must still throw an ASCOM.ActionNotImplemented exception if it is asked to perform an action that it does not support. |
| NotConnectedException | If the driver 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. |
| ActionNotImplementedException | It is intended that the SupportedActions method will inform clients of driver capabilities, but the driver must still throw an ActionNotImplementedException exception if it is asked to perform an action that it does not support. |