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
Errorthe Error object from Smartsheet REST API