Smartsheet.Api.SmartsheetException.SmartsheetException C# (CSharp) 메소드

SmartsheetException() 공개 메소드

Instantiates a new Smartsheet exception.

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

Same methods

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