3 references to MissingMemberException
PresentationFramework (1)
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
550throw new MissingMemberException(this.ToString(), memberName);
System.Data.Linq (1)
SortableBindingList.cs (1)
65throw new MissingMemberException(typeof(T).Name, prop.Name);
System.Workflow.Runtime (1)
Tracking\PropertyHelper.cs (1)
97throw new MissingMemberException(o.GetType().Name, tmp);