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