Пример #1
0
        public void Test_CrossThreadException()
        {
            try
            {
                var algo = new TestAlgo();
                algo.SpinAThreadForWithException();
            }
            catch
            {
            }

            var context = Log.DumpInMemory();

            var output = LogPrinter.Print(context);

            Console.WriteLine(output);
        }