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

This is the exception To indicate a resource can not be found. Basically this exception will be thrown when the Smartsheet REST API responds with "404 NOT FOUND". Thread safety: Exceptions are not thread safe.
Наследование: SmartsheetRestException
Показать файл Открыть проект

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

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

Constructor.

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

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

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