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