Smartsheet.Api.SmartsheetException.SmartsheetException C# (CSharp) Method

SmartsheetException() public method

Instantiates a new Smartsheet exception.

public SmartsheetException ( Exception e ) : System
e System.Exception the exception
return System
        public SmartsheetException(Exception e)
            : base(e.Message,e)
        {
        }

Same methods

SmartsheetException::SmartsheetException ( string message ) : System
SmartsheetException::SmartsheetException ( string message, Exception cause ) : System
SmartsheetException