Table of Contents

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

message string

Description of the CozyTouch service error.

Remarks

Initialises a new instance with the specified error message.