Beispiel #1
0
        private static void Fail(Exception ex)
        {
            notepad.FileNew();
            var exmsg = ex.ToString();

            editor.AppendText(exmsg.Length, exmsg);
            editor.NewLine();
        }