Table of Contents

Class MissingAPIKeyException

Namespace
OverKizApi.Exceptions
Assembly
OverKizApi.dll

Raised when the API requires an API key that was not provided.

public class MissingAPIKeyException : BaseOverkizException, ISerializable, _Exception
Inheritance
MissingAPIKeyException
Implements
Inherited Members

Remarks

Initialises a new instance with the specified error message.

Constructors

MissingAPIKeyException(string)

Raised when the API requires an API key that was not provided.

public MissingAPIKeyException(string message)

Parameters

message string

The API error message.

Remarks

Initialises a new instance with the specified error message.