Table of Contents

Class ServiceUnavailableException

Namespace
OverKizApi.Exceptions
Assembly
OverKizApi.dll

Raised when the Overkiz server returns HTTP 503 Service Unavailable. Retry after a delay; the service may be temporarily overloaded.

public class ServiceUnavailableException : BaseOverkizException, ISerializable, _Exception
Inheritance
ServiceUnavailableException
Implements
Derived
Inherited Members

Remarks

Initialises a new instance with the specified error message.

Constructors

ServiceUnavailableException(string)

Raised when the Overkiz server returns HTTP 503 Service Unavailable. Retry after a delay; the service may be temporarily overloaded.

public ServiceUnavailableException(string message)

Parameters

message string

The API error message.

Remarks

Initialises a new instance with the specified error message.