4 references to UndefinedFunction
System.Data (4)
fx\src\data\System\Data\Filter\AggregateNode.cs (1)
67throw ExprException.UndefinedFunction(Function.FunctionName[(Int32)aggregateType]);
fx\src\data\System\Data\Filter\FunctionNode.cs (3)
58throw ExprException.UndefinedFunction(this.name); 483throw ExprException.UndefinedFunction(funcs[info].name); 512throw ExprException.UndefinedFunction(this.name);