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
Afficher le fichier Open project: smartsheet-platform/smartsheet-csharp-sdk

Méthodes publiques

Méthode Description
SmartsheetRestException ( Api.Models.Error error )

Constructor.

Method Details

SmartsheetRestException() public méthode

Constructor.

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