Ejemplo n.º 1
0
        public ActionResult <IEnumerable <string> > Get()
        {
            // throw new System.Exception("Hello exception");
            var ex = new System.Exception("Hello Exception");

            ex.ToExceptionless().Submit();

            return(new string[] { "value1", "value2" });
        }