Table of Contents

Class UnsupportedOperationException

Namespace
OverKizApi.Exceptions
Assembly
OverKizApi.dll

Raised when an operation is not supported by the current server, gateway, or endpoint.

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

Remarks

Initialises a new instance with the specified error message.

Constructors

UnsupportedOperationException(string)

Raised when an operation is not supported by the current server, gateway, or endpoint.

public UnsupportedOperationException(string message)

Parameters

message string

The API error message.

Remarks

Initialises a new instance with the specified error message.