Table of Contents

Class InvalidRequestException

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

This is the exception to indicate invalid request error returned from Smartsheet REST API.

Basically this exception will be thrown when the Smartsheet REST API responds with "400 BAD REQUEST".

Thread safety: Exceptions are not thread safe.

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

Constructors

InvalidRequestException(Error)

Constructor.

public InvalidRequestException(Error error)

Parameters

error Error

the Error object from Smartsheet REST API