Class SomfyServiceException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Raised when an unexpected error occurs while communicating with the Somfy identity API.
public class SomfyServiceException : BaseOverkizException, ISerializable, _Exception
- Inheritance
-
SomfyServiceException
- Implements
- Inherited Members
Remarks
Initialises a new instance with the specified error message.
Constructors
SomfyServiceException(string)
Raised when an unexpected error occurs while communicating with the Somfy identity API.
public SomfyServiceException(string message)
Parameters
messagestringDescription of the Somfy service error.
Remarks
Initialises a new instance with the specified error message.