Table of Contents

Class UnknownObjectException

Namespace
OverKizApi.Exceptions
Assembly
OverKizApi.dll

Raised when the API cannot find the requested object (device, gateway, etc.).

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

Remarks

Initialises a new instance with the specified error message.

Constructors

UnknownObjectException(string)

Raised when the API cannot find the requested object (device, gateway, etc.).

public UnknownObjectException(string message)

Parameters

message string

The API error message.

Remarks

Initialises a new instance with the specified error message.