Class CozyTouchBadCredentialsException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Raised when the credentials supplied to the Atlantic CozyTouch OAuth endpoint are invalid.
public class CozyTouchBadCredentialsException : BadCredentialsException, ISerializable, _Exception
- Inheritance
-
CozyTouchBadCredentialsException
- Implements
- Inherited Members
Remarks
Initialises a new instance with the specified error message.
Constructors
CozyTouchBadCredentialsException(string)
Raised when the credentials supplied to the Atlantic CozyTouch OAuth endpoint are invalid.
public CozyTouchBadCredentialsException(string message)
Parameters
messagestringThe CozyTouch OAuth error description.
Remarks
Initialises a new instance with the specified error message.