Table of Contents

Class SessionAndBearerInSameRequestException

Namespace
OverKizApi.Exceptions
Assembly
OverKizApi.dll

Raised when a request attempts to use both a JSESSIONID cookie and a Bearer token simultaneously, which is not supported by the API.

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

Remarks

Initialises a new instance with the specified error message.

Constructors

SessionAndBearerInSameRequestException(string)

Raised when a request attempts to use both a JSESSIONID cookie and a Bearer token simultaneously, which is not supported by the API.

public SessionAndBearerInSameRequestException(string message)

Parameters

message string

The API error message.

Remarks

Initialises a new instance with the specified error message.