Class ActionGroupSetupNotFoundException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Raised when an action group setup cannot be resolved for the target gateway. This may indicate a configuration issue on the gateway side.
public class ActionGroupSetupNotFoundException : BaseOverkizException, ISerializable, _Exception
- Inheritance
-
ActionGroupSetupNotFoundException
- Implements
- Inherited Members
Remarks
Initialises a new instance with the specified error message.
Constructors
ActionGroupSetupNotFoundException(string)
Raised when an action group setup cannot be resolved for the target gateway. This may indicate a configuration issue on the gateway side.
public ActionGroupSetupNotFoundException(string message)
Parameters
messagestringThe API error message.
Remarks
Initialises a new instance with the specified error message.