伍佰目录 短网址
  当前位置:海洋目录网 » 站长资讯 » 教育考试 » 文章详细 订阅RssFeed

C# 生成事件log

来源:本站原创 浏览:99次 时间:2022-12-09

sing System;

using System.Collections.Generic;

using System.ComponentModel;

using System.Data;

using System.Drawing;

using System.Linq;

using System.Text;

using System.Threading.Tasks;

using System.Windows.Forms;


using System.Threading;

using System.IO;



namespace WindowsFormsApp31

{

    public partial class Form1 : Form

    {

        public Form1()

        {

            InitializeComponent();

        }


        private void button1_Click(object sender, EventArgs e)

        {


        }

        private string str = "";

        private void Form1_Load(object sender, EventArgs e)

        {

            Thread th1 = new Thread(test1);

            th1.Start();


            Thread th2 = new Thread(test2);

            th2.Start();


            timer1.Enabled = true;



        }

        public void test1()

        {

            try

            {

                if (!Directory.Exists(@"d:\test"))

                    Directory.CreateDirectory(@"d:\test");

                if (!File.Exists(@"d:\test\1.txt"))

                    File.Create(@"d:\test\1.txt").Close();


                StreamWriter sw = new StreamWriter(@"d:\test\1.txt", true);


                for (int i = 0; i < 100; i++)

                {

                    sw.WriteLine(i.ToString());


                }

                sw.Close();

                int k = 0;

                k = k / 0;//引发异常,写入事件log

            }

            catch(Exception ex)

            {

                StreamWriter sw = new StreamWriter(@"d:\test\1.txt", true);

                sw.WriteLine(ex.ToString());

                sw.Close();

            }

            

        }

        public void test2()

        {

            try

            {

                if (!Directory.Exists(@"d:\test"))

                    Directory.CreateDirectory(@"d:\test");

                if (!File.Exists(@"d:\test\2.txt"))

                    File.Create(@"d:\test\2.txt").Close();


                StreamWriter sw = new StreamWriter(@"d:\test\2.txt", true);


                for (int i = 0; i < 100; i++)

                {

                    sw.WriteLine(i.ToString());


                }

                sw.Close();

            }

            catch(Exception ex)

            {

                StreamWriter sw = new StreamWriter(@"d:\test\2.txt", true);

                sw.WriteLine(ex.ToString());

                sw.Close();

            }

        }


        private void timer1_Tick(object sender, EventArgs e)

        {

            str += "1";

            richTextBox1.Text = str;

        }

    }

}

0

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

51

52

53

54

55

56

57

58

59

60

61

62

63

64

65

66

67

68

69

70

71

72

73

74

75

76

77

78

79

80

81

82

83

84

85

86

87

88

89

90

91

92

93

94

95

96

97

98

99

System.DivideByZeroException: 尝试除以零。

   在 WindowsFormsApp31.Form1.test1() 位置 C:\Users\lin\source\repos\WindowsFormsApp31\WindowsFormsApp31\Form1.cs:行号 58


  推荐站点

  • At-lib分类目录At-lib分类目录

    At-lib网站分类目录汇集全国所有高质量网站,是中国权威的中文网站分类目录,给站长提供免费网址目录提交收录和推荐最新最全的优秀网站大全是名站导航之家

    www.at-lib.cn
  • 中国链接目录中国链接目录

    中国链接目录简称链接目录,是收录优秀网站和淘宝网店的网站分类目录,为您提供优质的网址导航服务,也是网店进行收录推广,站长免费推广网站、加快百度收录、增加友情链接和网站外链的平台。

    www.cnlink.org
  • 35目录网35目录网

    35目录免费收录各类优秀网站,全力打造互动式网站目录,提供网站分类目录检索,关键字搜索功能。欢迎您向35目录推荐、提交优秀网站。

    www.35mulu.com
  • 就要爱网站目录就要爱网站目录

    就要爱网站目录,按主题和类别列出网站。所有提交的网站都经过人工审查,确保质量和无垃圾邮件的结果。

    www.912219.com
  • 伍佰目录伍佰目录

    伍佰网站目录免费收录各类优秀网站,全力打造互动式网站目录,提供网站分类目录检索,关键字搜索功能。欢迎您向伍佰目录推荐、提交优秀网站。

    www.wbwb.net