Class NotSuchTokenException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Raised when no local token exists for the specified UUID.
public class NotSuchTokenException : BaseOverkizException, ISerializable, _Exception
- Inheritance
-
NotSuchTokenException
- Implements
- Inherited Members
Remarks
Initialises a new instance with the specified error message.
Constructors
NotSuchTokenException(string)
Raised when no local token exists for the specified UUID.
public NotSuchTokenException(string message)
Parameters
messagestringThe API error message, which typically includes the UUID.
Remarks
Initialises a new instance with the specified error message.