4 references to TargetParameterCountException
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\Errors.cs (1)
34return new System.Reflection.TargetParameterCountException(SR.Format(SR.COMDispatchInvokeError, p0));
System.Private.CoreLib (3)
System\Reflection\ConstructorInvoker.cs (1)
123throw new TargetParameterCountException(SR.Arg_ParmCnt);
System\Reflection\DynamicInvokeInfo.cs (1)
395throw new TargetParameterCountException(SR.Arg_ParmCnt);
System\Reflection\MethodInvoker.cs (1)
140throw new TargetParameterCountException(SR.Arg_ParmCnt);