Class InvalidEventListenerIdException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Raised when the event listener ID supplied to a fetch or unregister call is not recognised by the server. Re-register by calling RegisterEventListener().
public class InvalidEventListenerIdException : BaseOverkizException, ISerializable, _Exception
- Inheritance
-
InvalidEventListenerIdException
- Implements
- Inherited Members
Remarks
Initialises a new instance with the specified error message.
Constructors
InvalidEventListenerIdException(string)
Raised when the event listener ID supplied to a fetch or unregister call is not recognised by the server. Re-register by calling RegisterEventListener().
public InvalidEventListenerIdException(string message)
Parameters
messagestringThe API error message.
Remarks
Initialises a new instance with the specified error message.