.NET exception caught is unexpectedly null

后端 未结 6 1657
囚心锁ツ
囚心锁ツ 2021-02-05 01:16

See below for an explanation of what is going on

I have a really weird issue where the exception caught is null.

The code uses MEF and tries har

6条回答
  •  说谎
    说谎 (楼主)
    2021-02-05 01:51

    I have got the same situation, too. It happened to be a bug of Eclipse debugger. (Really, this situation can be only the result of some debugger's bug. )

    Eclipse restart was enough - runtime exception becomes normal, not null. Other debuggers could be not so kind.

提交回复
热议问题