Table of Contents

Class ServiceUnavailableException

Namespace
Smartsheet.Api
Assembly
smartsheet-csharp-sdk.dll

This is the exception to indicate a service unavailable error (possibly due to rate limiting) returned from the Smartsheet REST API.

Basically this exception will be thrown when the Smartsheet REST API responds with "503 SERVICE UNAVAILABLE".

Thread safety: Exceptions are not thread safe.

public class ServiceUnavailableException : SmartsheetRestException, ISerializable
Inheritance
ServiceUnavailableException
Implements
Inherited Members

Constructors

ServiceUnavailableException(Error)

Constructor.

public ServiceUnavailableException(Error error)

Parameters

error Error

the Error object from Smartsheet REST API