예제 #1
0
        public void Incorrect()
        {
            var w = new ExceptionRethrowWidget();

            w.NoStacktrace();
        }
예제 #2
0
        public void Correct()
        {
            var w = new ExceptionRethrowWidget();

            w.WithStacktrace();
        }