5 references to TargetException
mscorlib (5)
system\reflection\ConstructorInfo.cs (2)
361throw new TargetException(Environment.GetResourceString("RFLCT.Targ_StatMethReqTarg")); 363throw new TargetException(Environment.GetResourceString("RFLCT.Targ_ITargMismatch"));
system\reflection\fieldinfo.cs (1)
528throw new TargetException(Environment.GetResourceString("RFLCT.Targ_StatFldReqTarg"));
system\reflection\methodinfo.cs (2)
661throw new TargetException(Environment.GetResourceString("RFLCT.Targ_StatMethReqTarg")); 663throw new TargetException(Environment.GetResourceString("RFLCT.Targ_ITargMismatch"));