Exemple #1
0
            public void Call(params object[] args)
            {
                Exception err = args.Length > 0 && args[0] is Exception ? (Exception)args[0] : null;

                pollingXHR.OnError("xhr poll error", err);
            }