System.SqlSyntaxErrorException.SqlSyntaxErrorException C# (CSharp) Method

SqlSyntaxErrorException() public method

public SqlSyntaxErrorException ( Exception innerException )
innerException Exception
        public SqlSyntaxErrorException(Exception innerException)
            : base("Exception", innerException)
        {
        }
    }

Same methods

SqlSyntaxErrorException::SqlSyntaxErrorException ( string message )
SqlSyntaxErrorException::SqlSyntaxErrorException ( string message, Exception innerException )
SqlSyntaxErrorException