Amazon.IoT.Model.SqlParseException.SqlParseException C# (CSharp) Method

SqlParseException() public method

Construct instance of SqlParseException
public SqlParseException ( Exception innerException ) : System
innerException System.Exception
return System
        public SqlParseException(Exception innerException) 
            : base(innerException) {}
            

Same methods

SqlParseException::SqlParseException ( System info, System context ) : System
SqlParseException::SqlParseException ( string message ) : System
SqlParseException::SqlParseException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
SqlParseException::SqlParseException ( string message, Exception innerException ) : System
SqlParseException::SqlParseException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
SqlParseException