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