C# Класс Smartsheet.Api.InvalidRequestException

This is the exception To indicate invalid request error returned from Smartsheet REST API.

Basically this exception will be thrown when the Smartsheet REST API responds with "400 BAD REQUEST".

Thread safety: Exceptions are not thread safe.

Наследование: SmartsheetRestException
Показать файл Открыть проект

Открытые методы

Метод Описание
InvalidRequestException ( Api.Models.Error error )

Constructor.

Описание методов

InvalidRequestException() публичный Метод

Constructor.
public InvalidRequestException ( Api.Models.Error error )
error Api.Models.Error the Error object from Smartsheet REST API