Class BadCredentialsException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Raised when the username or password supplied to the API is incorrect. Check credentials and retry; do not loop automatically.
public class BadCredentialsException : BaseOverkizException, ISerializable, _Exception
- Inheritance
-
BadCredentialsException
- Implements
- Derived
- Inherited Members
Constructors
BadCredentialsException()
Initialises a new instance with no message.
public BadCredentialsException()
BadCredentialsException(string)
Initialises a new instance with the specified error message.
public BadCredentialsException(string message)
Parameters
messagestringThe API error message.