How can I debug an internal error in the .NET Runtime?

后端 未结 5 467
滥情空心
滥情空心 2021-01-30 01:05

I am trying to debug some work that processes large files. The code itself works, but there are sporadic errors reported from the .NET Runtime itself. For context, the

5条回答
  •  误落风尘
    2021-01-30 01:20

    There are .NET exceptions which can not be caught. Check out: http://msdn.microsoft.com/en-us/magazine/dd419661.aspx.

提交回复
热议问题