System.SqlSyntaxErrorException.SqlSyntaxErrorException C# (CSharp) Method

SqlSyntaxErrorException() public method

public SqlSyntaxErrorException ( string message, Exception innerException )
message string
innerException Exception
        public SqlSyntaxErrorException(string message, Exception innerException)
            : base(message, innerException)
        {
        }

Same methods

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