C# Class 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.
Inheritance: SmartsheetRestException
Afficher le fichier Open project: smartsheet-platform/smartsheet-csharp-sdk

Méthodes publiques

Méthode Description
ResourceNotFoundException ( Api.Models.Error error )

Constructor.

Method Details

ResourceNotFoundException() public méthode

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