Ancestry.QueryProcessor.Type.BaseType.NotSupported C# (CSharp) Method

NotSupported() protected method

protected NotSupported ( Parse expression ) : Exception
expression Parse
return System.Exception
        protected Exception NotSupported(Parse.BinaryExpression expression)
        {
            return new CompilerException(expression, CompilerException.Codes.OperatorNotSupported, expression.Operator, GetType());
        }