Table of Contents

Class AccessDeniedToGatewayException

Namespace
OverKizApi.Exceptions
Assembly
OverKizApi.dll

Raised when the authenticated user does not have permission to control the target gateway. This may occur when the gateway belongs to a different account.

public class AccessDeniedToGatewayException : ResourceAccessDeniedException, ISerializable, _Exception
Inheritance
AccessDeniedToGatewayException
Implements
Inherited Members

Remarks

Initialises a new instance with the specified error message.

Constructors

AccessDeniedToGatewayException(string)

Raised when the authenticated user does not have permission to control the target gateway. This may occur when the gateway belongs to a different account.

public AccessDeniedToGatewayException(string message)

Parameters

message string

The API error message.

Remarks

Initialises a new instance with the specified error message.