Exemplo n.º 1
0
        private void HandleException(string message, Exception x)
        {
            Console.WriteLine(message);
            Console.WriteLine(x);

            //            using (var handle = await access.Write())
            //            {
            //                emails.Send(Emails.Debug, x.ToString());
            //                await handle.Finish();
            //            }
            telemetry?.HandleException(x);
        }