2 references to MissingFieldException
mscorlib (1)
system\defaultbinder.cs (1)
491
throw new
MissingFieldException
(Environment.GetResourceString("MissingField"));
PresentationFramework (1)
src\Shared\MS\Internal\WindowsRuntime\ReflectionHelper.cs (1)
287
throw new
MissingFieldException
(fieldName);