5 instantiations of 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"));
PresentationFramework (1)
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
485
throw 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)
179
catch (
TargetParameterCountException
e)