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