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