C# Class Smartsheet.Api.SmartsheetException

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

Thread safety: Exceptions are not thread safe.

Inheritance: System.Exception
Show file Open project: smartsheet-platform/smartsheet-csharp-sdk

Public Methods

Method Description
SmartsheetException ( Exception e ) : System

Instantiates a new Smartsheet exception.

SmartsheetException ( string message ) : System

Constructor.

SmartsheetException ( string message, Exception cause ) : System

Constructor.

Method Details

SmartsheetException() public method

Instantiates a new Smartsheet exception.

public SmartsheetException ( Exception e ) : System
e System.Exception the exception
return System

SmartsheetException() public method

Constructor.

public SmartsheetException ( string message ) : System
message string the Message
return System

SmartsheetException() public method

Constructor.

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