How to manually crash c# code -


i facing lot of issue exe crash on production server want dump file when exe crash detail log.

i have found procdump tool. can suggest code c# manually crash exe, can check kind of information in dump log.

a crash caused exception not caught. throw 1 in code

throw new exception(); 

and not add try-catch block anywhere.


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -