Class ResourceAccessDeniedException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Raised when the authenticated user does not have permission to access the requested resource.
public class ResourceAccessDeniedException : BaseOverkizException, ISerializable, _Exception
- Inheritance
-
ResourceAccessDeniedException
- Implements
- Derived
- Inherited Members
Remarks
Initialises a new instance with the specified error message.
Constructors
ResourceAccessDeniedException(string)
Raised when the authenticated user does not have permission to access the requested resource.
public ResourceAccessDeniedException(string message)
Parameters
messagestringThe API error message.
Remarks
Initialises a new instance with the specified error message.