Uncatcheable exception from MethodInfo.Invoke

前端 未结 4 1817
闹比i
闹比i 2020-12-22 09:08

I have this code which Invokes a MethodInfo:

try
{
     registrator.Method.Invoke(instance, parameters);
}
catch{
    registrator.FailureType = RegistratorFa         


        
4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-22 09:47

    The problem is not in your code anyway.
    In the Debug/Exceptions menu, remove all checks.
    It should work.

提交回复
热议问题