15 references to MissingMethodException
mscorlib (6)
system\activator.cs (1)
204throw new MissingMethodException(Environment.GetResourceString("Arg_NoDefCTor"));
system\defaultbinder.cs (1)
295throw new MissingMethodException(Environment.GetResourceString("MissingMember"));
system\reflection\customattribute.cs (1)
1933throw new MissingMethodException(".ctor");
system\rttype.cs (3)
5253throw new MissingMethodException(Environment.GetResourceString("MissingConstructor_Name", FullName)); 5275throw new MissingMethodException(Environment.GetResourceString("MissingConstructor_Name", FullName)); 5517throw new MissingMethodException(Environment.GetResourceString("Arg_NoDefCTor"));
PresentationFramework (8)
src\Shared\MS\Internal\WindowsRuntime\ReflectionHelper.cs (8)
67throw new MissingMethodException(methodName); 100throw new MissingMethodException(methodName); 150throw new MissingMethodException(methodName); 181throw new MissingMethodException(methodName); 235throw new MissingMethodException(methodName); 313throw new MissingMethodException(constructorName); 338throw new MissingMethodException(constructorName); 365throw new MissingMethodException(constructorName);
System.Web.Extensions (1)
Script\Serialization\ObjectConverter.cs (1)
233throw new MissingMethodException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.JSON_NoConstructor, type.FullName));