23 instantiations of MissingMethodException
mscorlib (8)
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 (5)
4956throw new MissingMethodException(FullName, name); 4970throw new MissingMethodException(FullName, name); 5253throw new MissingMethodException(Environment.GetResourceString("MissingConstructor_Name", FullName)); 5275throw new MissingMethodException(Environment.GetResourceString("MissingConstructor_Name", FullName)); 5517throw new MissingMethodException(Environment.GetResourceString("Arg_NoDefCTor"));
PresentationFramework (10)
src\Framework\MS\Internal\Interop\InternalDispatchObject.cs (1)
149throw new MissingMethodException(GetType().Name, name);
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
548throw new MissingMethodException(this.ToString(), memberName);
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.Data.Services.Client (1)
System\Data\Services\Client\Util.cs (1)
530throw new MissingMethodException();
System.Web.Extensions (1)
Script\Serialization\ObjectConverter.cs (1)
233throw new MissingMethodException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.JSON_NoConstructor, type.FullName));
System.Workflow.Activities (2)
LocalService\CorrelationResolver.cs (2)
324throw new MissingMethodException(interfaceType.AssemblyQualifiedName, methodName); 407throw new MissingMethodException(interfaceType.AssemblyQualifiedName, methodName);
System.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
524MissingMethodException missingMethod = new MissingMethodException(type.FullName, methodName);
37 references to MissingMethodException
mscorlib (10)
system\Lazy.cs (1)
453catch (System.MissingMethodException)
system\resources\filebasedresourcegroveler.cs (1)
174catch (MissingMethodException e)
system\resources\manifestbasedresourcegroveler.cs (2)
412catch (MissingMethodException) { } 422catch (MissingMethodException e)
system\rttype.cs (2)
4953catch(MissingMethodException) { } 5263catch (MissingMethodException) { invokeMethod = null; }
system\runtime\interopservices\windowsruntime\managedactivationfactory.cs (1)
61catch (MissingMethodException)
system\runtime\remoting\configuration.cs (2)
513catch (MissingMethodException) 647catch (MissingMethodException)
system\threading\LazyInitializer.cs (1)
262catch (MissingMethodException)
PresentationFramework (17)
src\Framework\MS\Internal\Data\ViewManager.cs (1)
599catch (MissingMethodException e)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1190catch (MissingMethodException e)
src\Framework\System\Windows\Data\ObjectDataProvider.cs (2)
476catch (System.MissingMethodException mme) 552catch (MissingMethodException mme)
src\Framework\System\Windows\Documents\Serialization\SerializerProvider.cs (1)
229catch (MissingMethodException)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
5367catch (System.MissingMethodException e)
src\Shared\MS\Internal\WindowsRuntime\ReflectionHelper.cs (11)
55/// <exception cref="MissingMethodException">The method <i>methodName</i> was not found</exception> 88/// <exception cref="MissingMethodException">The method <i>methodName</i> was not found</exception> 119/// <exception cref="MissingMethodException">The method <i>methodName</i> was not found</exception> 138/// <exception cref="MissingMethodException">The method <i>methodName</i> was not found</exception> 171/// <exception cref="MissingMethodException">The method <i>methodName</i> was not found</exception> 202/// <exception cref="MissingMethodException">The method <i>methodName</i> was not found</exception> 225/// <exception cref="MissingMethodException">The method <i>methodName</i> was not found</exception> 258/// <exception cref="MissingMethodException">The method <i>methodName</i> was not found</exception> 306/// <exception cref="MissingMethodException">A default constructor does not exist</exception> 331/// <exception cref="MissingMethodException">A default constructor does not exist</exception> 358/// <exception cref="MissingMethodException">A default constructor does not exist</exception>
System.Drawing (1)
commonui\System\Drawing\Printing\PrintDocument.cs (1)
154catch (MissingMethodException) {
System.ServiceModel (1)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
167catch (MissingMethodException mme)
System.ServiceModel.Web (1)
System\ServiceModel\Configuration\WebMessageEncodingElement.cs (1)
101catch (MissingMethodException innerException)
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (1)
6456catch(MissingMethodException) {
winforms\Managed\System\WinForms\BindingSource.cs (1)
708catch (MissingMethodException ex) {
winforms\Managed\System\WinForms\ListBindingHelper.cs (1)
280catch (MissingMethodException ex) {
System.Workflow.Activities (1)
LocalService\DataExchangeServiceBinder.cs (1)
46catch (MissingMethodException) //5% case where when passed null for params.
System.Xml (3)
System\Xml\Serialization\Compilation.cs (1)
524MissingMethodException missingMethod = new MissingMethodException(type.FullName, methodName);
System\Xml\Serialization\XmlSerializationReader.cs (1)
4661WriteCatchException(typeof(MissingMethodException));
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
3498WriteCatchException(typeof(MissingMethodException));