Table of Contents

Class SmartsheetException

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

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

Thread safety: Exceptions are not thread safe.

public class SmartsheetException : Exception, ISerializable
Inheritance
SmartsheetException
Implements
Derived
Inherited Members

Constructors

SmartsheetException(Exception)

Instantiates a new Smartsheet exception.

public SmartsheetException(Exception e)

Parameters

e Exception

the exception

SmartsheetException(string)

Constructor.

public SmartsheetException(string message)

Parameters

message string

the Message

SmartsheetException(string, Exception)

Constructor.

public SmartsheetException(string message, Exception cause)

Parameters

message string

the Message

cause Exception

the cause