C# Class Smartsheet.Api.SmartsheetRestException

This is the exception To indicate errors (Error objects of Smartsheet REST API) returned from Smartsheet REST API.

Thread safety: Exceptions are not thread safe.

Inheritance: SmartsheetException
Show file Open project: smartsheet-platform/smartsheet-csharp-sdk

Public Methods

Method Description
SmartsheetRestException ( Api.Models.Error error )

Constructor.

Method Details

SmartsheetRestException() public method

Constructor.

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