C# 클래스 Smartsheet.Api.InvalidRequestException

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.

상속: SmartsheetRestException
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk

공개 메소드들

메소드 설명
InvalidRequestException ( Api.Models.Error error )

Constructor.

메소드 상세

InvalidRequestException() 공개 메소드

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