I have this code which Invokes a MethodInfo:
try { registrator.Method.Invoke(instance, parameters); } catch{ registrator.FailureType = RegistratorFa
The problem is not in your code anyway. In the Debug/Exceptions menu, remove all checks. It should work.