5 instantiations of 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"));
PresentationFramework (1)
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
485throw new TargetParameterCountException(member, comException);
4 references to TargetParameterCountException
PresentationFramework (3)
src\Shared\MS\Internal\WindowsRuntime\ReflectionHelper.cs (3)
383/// <exception cref="TargetParameterCountException">An indexed property was accessed without an index</exception> 408/// <exception cref="TargetParameterCountException">An indexed property was accessed without an index</exception> 424/// <exception cref="TargetParameterCountException">An indexed property was accessed without an index</exception>
System.Data.Entity (1)
System\Data\Metadata\AspProxy.cs (1)
179catch (TargetParameterCountException e)