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

SmartsheetException() public method

Constructor.

public SmartsheetException ( string message ) : System
message string the Message
return System
        public SmartsheetException(string message)
            : base(message)
        {
        }

Same methods

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