Class UnknownUserException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Raised when the specified user account does not exist in the Overkiz system.
public class UnknownUserException : BaseOverkizException, ISerializable, _Exception
- Inheritance
-
UnknownUserException
- Implements
- Inherited Members
Remarks
Initialises a new instance with the specified error message.
Constructors
UnknownUserException(string)
Raised when the specified user account does not exist in the Overkiz system.
public UnknownUserException(string message)
Parameters
messagestringThe API error message.
Remarks
Initialises a new instance with the specified error message.