4 references to TargetParameterCountException
mscorlib (4)
system\reflection\ConstructorInfo.cs (2)
647throw new TargetParameterCountException(Environment.GetResourceString("Arg_ParmCnt")); 744throw new TargetParameterCountException(Environment.GetResourceString("Arg_ParmCnt"));
system\reflection\emit\dynamicmethod.cs (1)
737throw new TargetParameterCountException(Environment.GetResourceString("Arg_ParmCnt"));
system\reflection\methodinfo.cs (1)
793throw new TargetParameterCountException(Environment.GetResourceString("Arg_ParmCnt"));