Home > Net >  c# printDocument1.Print(); System.Runtime.InteropServices.SEHException
c# printDocument1.Print(); System.Runtime.InteropServices.SEHException

Time:02-10

    private void button1_Click(object sender, EventArgs e)
    {
        printDocument1.Print();
        if (AutoPrint)
            this.Close();
    }

My system is win10,vistual studio in debug mode click button1 printDocument1.print error,only run exe no error.

CodePudding user response:

It doesn't work,I change exception setting

  •  Tags:  
  • Related