Class NoRegisteredEventListenerException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Raised when a fetch or unregister call is made but no event listener has been registered for this session. Call RegisterEventListener() first.
public class NoRegisteredEventListenerException : BaseOverkizException, ISerializable, _Exception
- Inheritance
-
NoRegisteredEventListenerException
- Implements
- Inherited Members
Remarks
Initialises a new instance with the specified error message.
Constructors
NoRegisteredEventListenerException(string)
Raised when a fetch or unregister call is made but no event listener has been registered for this session. Call RegisterEventListener() first.
public NoRegisteredEventListenerException(string message)
Parameters
messagestringThe API error message.
Remarks
Initialises a new instance with the specified error message.