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
Post a Comment