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