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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -