Class TooManyAttemptsBannedException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Raised when the account is temporarily banned after too many failed authentication attempts. Wait before retrying; do not loop automatically.
public class TooManyAttemptsBannedException : BaseOverkizException, ISerializable, _Exception
- Inheritance
-
TooManyAttemptsBannedException
- Implements
- Inherited Members
Remarks
Initialises a new instance with the specified error message.
Constructors
TooManyAttemptsBannedException(string)
Raised when the account is temporarily banned after too many failed authentication attempts. Wait before retrying; do not loop automatically.
public TooManyAttemptsBannedException(string message)
Parameters
messagestringThe API error message.
Remarks
Initialises a new instance with the specified error message.