bigloo.procedure.error C# (CSharp) Méthode

error() public méthode

public error ( int n ) : Object
n int
Résultat 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);
        }