System.SqlSyntaxErrorException.SqlSyntaxErrorException C# (CSharp) Method

SqlSyntaxErrorException() public method

public SqlSyntaxErrorException ( string message )
message string
        public SqlSyntaxErrorException(string message)
            : base(message)
        {
        }

Same methods

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