C# Class Smartsheet.Api.Internal.Http.HttpClientException

This is the exception throw by HttpClient To indicate errors occurred during HTTP operation. Thread safety: Exceptions are not thread safe.
Inheritance: SmartsheetException
Show file Open project: smartsheet-platform/smartsheet-csharp-sdk

Public Methods

Method Description
HttpClientException ( string message ) : System

Constructor.

HttpClientException ( string message, Exception cause ) : System

Constructor.

Method Details

HttpClientException() public method

Constructor.
public HttpClientException ( string message ) : System
message string the Message
return System

HttpClientException() public method

Constructor.
public HttpClientException ( string message, Exception cause ) : System
message string the Message
cause System.Exception the cause
return System