Click or drag to resize

SmartsheetException Class

This is the base class for all exceptions thrown from the Smartsheet SDK.

Thread safety: Exceptions are not thread safe.

Inheritance Hierarchy
SystemObject
  SystemException
    Smartsheet.ApiSmartsheetException
      Smartsheet.Api.OAuthOAuthAuthorizationCodeException
      Smartsheet.Api.OAuthOAuthTokenException
      Smartsheet.ApiSmartsheetRestException

Namespace:  Smartsheet.Api
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class SmartsheetException : Exception
Constructors
  NameDescription
Public methodSmartsheetException(Exception)

Instantiates a new Smartsheet exception.

Public methodSmartsheetException(String)

Constructor.

Public methodSmartsheetException(String, Exception)

Constructor.

Top
See Also