Class NoSuchResourceException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Raised when the requested resource (device, scenario, token, etc.) does not exist.
public class NoSuchResourceException : BaseOverkizException, ISerializable, _Exception
- Inheritance
-
NoSuchResourceException
- Implements
- Inherited Members
Remarks
Initialises a new instance with the specified error message.
Constructors
NoSuchResourceException(string)
Raised when the requested resource (device, scenario, token, etc.) does not exist.
public NoSuchResourceException(string message)
Parameters
messagestringThe API error message.
Remarks
Initialises a new instance with the specified error message.