Table of Contents

Class ResourceNotFoundException

Namespace
Smartsheet.Api
Assembly
smartsheet-csharp-sdk.dll

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.

public class ResourceNotFoundException : SmartsheetRestException, ISerializable
Inheritance
ResourceNotFoundException
Implements
Inherited Members

Constructors

ResourceNotFoundException(Error)

Constructor.

public ResourceNotFoundException(Error error)

Parameters

error Error

the Error object from Smartsheet REST API