Click or drag to resize

ServiceUnavailableException Class

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.

Inheritance Hierarchy
SystemObject
  SystemException
    Smartsheet.ApiSmartsheetException
      Smartsheet.ApiSmartsheetRestException
        Smartsheet.ApiServiceUnavailableException

Namespace:  Smartsheet.Api
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class ServiceUnavailableException : SmartsheetRestException

The ServiceUnavailableException type exposes the following members.

Constructors
  NameDescription
Public methodServiceUnavailableException
Constructor.
Top
See Also