Click or drag to resize

ResourceNotFoundException Class

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 Hierarchy
SystemObject
  SystemException
    Smartsheet.ApiSmartsheetException
      Smartsheet.ApiSmartsheetRestException
        Smartsheet.ApiResourceNotFoundException

Namespace:  Smartsheet.Api
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class ResourceNotFoundException : SmartsheetRestException

The ResourceNotFoundException type exposes the following members.

Constructors
  NameDescription
Public methodResourceNotFoundException
Constructor.
Top
See Also