Questions tagged [process-state-exception]

Use this tag for marking questions regarding CLR process exceptions not handled by managed code

By default, the common language runtime (CLR) does not deliver corrupted process state exceptions to managed code, and the try/catch blocks (and other exception-handling clauses) are not invoked for them.

1 questions
212
votes
5 answers

How to handle AccessViolationException

I am using a COM object (MODI) from within my .net application. The method I am calling throws a System.AccessViolationException, which is intercepted by Visual Studio. The odd thing is that I have wrapped my call in a try catch, which has…
Jeremy
  • 44,950
  • 68
  • 206
  • 332