bigloo.procedure.error C# (CSharp) Method

error() public method

public error ( int n ) : Object
n int
return Object
        public virtual Object error(int n)
        {
            foreign.Error("Wrong number of arguments (" + n + ") for a function of "
            + GetType()
            + " with index " + index + " and arity " + arity );
              return(null);
        }