My C# application is returning 0xE0434352 to Windows Task Scheduler but it is not crashing

Kynrek picture Kynrek · Feb 5, 2013 · Viewed 210.1k times · Source

I have written a few C# apps that I have running via windows task scheduler. They are running successfully (as I can see from the log files that they are writing ) but windows task scheduler shows them returning a last run result of 0xE0434352. Is there something I need to do in my C# application so that it returns a success code to the windows task scheduler?

Answer

voidmain picture voidmain · Mar 19, 2013

Another option is to simply use the Application log accessible via the Windows Event Viewer. The .Net error will be recorded to the Application log.

You can see these events here:

Event Viewer (Local) > Windows Logs > Application