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
Exceptionthe exception
SmartsheetException(string)
Constructor.
public SmartsheetException(string message)
Parameters
message
stringthe Message
SmartsheetException(string, Exception)
Constructor.
public SmartsheetException(string message, Exception cause)