20 instantiations of AmbiguousMatchException
mscorlib (18)
system\attribute.cs (4)
551throw new AmbiguousMatchException(Environment.GetResourceString("RFLCT.AmbigCust")); 664throw new AmbiguousMatchException(Environment.GetResourceString("RFLCT.AmbigCust")); 742throw new AmbiguousMatchException(Environment.GetResourceString("RFLCT.AmbigCust")); 820throw new AmbiguousMatchException(Environment.GetResourceString("RFLCT.AmbigCust"));
system\defaultbinder.cs (6)
378throw new AmbiguousMatchException(Environment.GetResourceString("Arg_AmbiguousMatchException")); 511throw new AmbiguousMatchException(Environment.GetResourceString("Arg_AmbiguousMatchException")); 588throw new AmbiguousMatchException(Environment.GetResourceString("Arg_AmbiguousMatchException")); 699throw new AmbiguousMatchException(Environment.GetResourceString("Arg_AmbiguousMatchException")); 804throw new AmbiguousMatchException(Environment.GetResourceString("Arg_AmbiguousMatchException")); 1079throw new AmbiguousMatchException(Environment.GetResourceString("Arg_AmbiguousMatchException"));
system\rttype.cs (7)
3234throw new AmbiguousMatchException(Environment.GetResourceString("Arg_AmbiguousMatchException")); 3307throw new AmbiguousMatchException(Environment.GetResourceString("Arg_AmbiguousMatchException")); 3341throw new AmbiguousMatchException(Environment.GetResourceString("Arg_AmbiguousMatchException")); 3373throw new AmbiguousMatchException(Environment.GetResourceString("Arg_AmbiguousMatchException")); 3385throw new AmbiguousMatchException(Environment.GetResourceString("Arg_AmbiguousMatchException")); 3417throw new AmbiguousMatchException(Environment.GetResourceString("Arg_AmbiguousMatchException")); 3448throw new AmbiguousMatchException(Environment.GetResourceString("Arg_AmbiguousMatchException"));
system\runtime\remoting\remotingservices.cs (1)
1937throw new AmbiguousMatchException(
System.Core (1)
System\Runtime\InteropServices\ComAwareEventInfo.cs (1)
120throw new System.Reflection.AmbiguousMatchException("more than one ComSourceInterfaceGuidAttribute found");
WindowsBase (1)
Base\MS\Internal\ComponentModel\AttachedPropertyMethodSelector.cs (1)
38throw new AmbiguousMatchException();
29 references to AmbiguousMatchException
mscorlib (2)
system\runtime\remoting\message.cs (2)
3160catch (AmbiguousMatchException) 3256catch (AmbiguousMatchException)
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2038catch (AmbiguousMatchException)
PresentationFramework (16)
src\Framework\System\Windows\Data\ObjectDataProvider.cs (1)
562catch (AmbiguousMatchException ame)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
1018catch (AmbiguousMatchException)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
971catch (AmbiguousMatchException) 2038catch (AmbiguousMatchException)
src\Framework\System\Windows\PropertyPath.cs (2)
665catch (AmbiguousMatchException) 683catch (AmbiguousMatchException)
src\Shared\MS\Internal\WindowsRuntime\ReflectionHelper.cs (10)
54/// <exception cref="AmbiguousMatchException">More than one method of the form <i>methodname()</i> was found</exception> 118/// <exception cref="AmbiguousMatchException">More than one method of the form <i>methodname()</i> was found</exception> 137/// <exception cref="AmbiguousMatchException">More than one method of the form <i>methodname()</i> was found</exception> 170/// <exception cref="AmbiguousMatchException">More than one method of the form <i>methodname()</i> was found</exception> 201/// <exception cref="AmbiguousMatchException">More than one method of the form <i>methodname()</i> was found</exception> 224/// <exception cref="AmbiguousMatchException">More than one method of the form <i>methodname()</i> was found</exception> 257/// <exception cref="AmbiguousMatchException">More than one method of the form <i>methodname()</i> was found</exception> 380/// <exception cref="AmbiguousMatchException">More than one property is found with the specified name. See <see cref="Type.GetProperty(string)"/></exception> 405/// <exception cref="AmbiguousMatchException">More than one property is found with the specified name. See <see cref="Type.GetProperty(string)"/></exception> 421/// <exception cref="AmbiguousMatchException">More than one property is found with the specified name. See <see cref="Type.GetProperty(string)"/></exception>
System (1)
compmod\system\componentmodel\ComponentResourceManager.cs (1)
164catch (AmbiguousMatchException) {
System.Activities (2)
System\Activities\Statements\MethodResolver.cs (2)
290catch (AmbiguousMatchException) 352catch (AmbiguousMatchException)
System.Data.Entity (2)
System\Data\Common\EntityUtil.cs (1)
163catch (AmbiguousMatchException)
System\Data\Objects\ELinq\Translator.cs (1)
230catch (AmbiguousMatchException)
System.Web (3)
UI\PropertyMapper.cs (1)
69catch (AmbiguousMatchException) {
UI\TargetFrameworkUtil.cs (1)
215} catch (AmbiguousMatchException) {
UI\Util.cs (1)
584catch (AmbiguousMatchException) {
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ComponentSerializationService.cs (1)
108catch (AmbiguousMatchException)
WindowsBase (1)
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (1)
295catch (AmbiguousMatchException)