Table of Contents

Class ApplicationNotAllowedException

Namespace
OverKizApi.Exceptions
Assembly
OverKizApi.dll

Raised when the client application is not permitted to access this setup. This typically occurs when the setup's reseller has restricted API access to specific apps.

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

Remarks

Initialises a new instance with the specified error message.

Constructors

ApplicationNotAllowedException(string)

Raised when the client application is not permitted to access this setup. This typically occurs when the setup's reseller has restricted API access to specific apps.

public ApplicationNotAllowedException(string message)

Parameters

message string

The API error message.

Remarks

Initialises a new instance with the specified error message.