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
Show file Open project: smartsheet-platform/smartsheet-csharp-sdk

Public Methods

Method Description
ResourceNotFoundException ( Api.Models.Error error )

Constructor.

Method Details

ResourceNotFoundException() public method

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