Table of Contents

Class InvalidTokenException

Namespace
OverKizApi.Exceptions
Assembly
OverKizApi.dll

Raised when a bearer token supplied to the API is malformed or has been revoked.

public class InvalidTokenException : BaseOverkizException, ISerializable, _Exception
Inheritance
InvalidTokenException
Implements
Inherited Members

Remarks

Initialises a new instance with the specified error message.

Constructors

InvalidTokenException(string)

Raised when a bearer token supplied to the API is malformed or has been revoked.

public InvalidTokenException(string message)

Parameters

message string

The API error message, which typically includes the offending token prefix.

Remarks

Initialises a new instance with the specified error message.