20 instantiations of AmbiguousMatchException
mscorlib (18)
system\attribute.cs (4)
551
throw new
AmbiguousMatchException
(Environment.GetResourceString("RFLCT.AmbigCust"));
664
throw new
AmbiguousMatchException
(Environment.GetResourceString("RFLCT.AmbigCust"));
742
throw new
AmbiguousMatchException
(Environment.GetResourceString("RFLCT.AmbigCust"));
820
throw new
AmbiguousMatchException
(Environment.GetResourceString("RFLCT.AmbigCust"));
system\defaultbinder.cs (6)
378
throw new
AmbiguousMatchException
(Environment.GetResourceString("Arg_AmbiguousMatchException"));
511
throw new
AmbiguousMatchException
(Environment.GetResourceString("Arg_AmbiguousMatchException"));
588
throw new
AmbiguousMatchException
(Environment.GetResourceString("Arg_AmbiguousMatchException"));
699
throw new
AmbiguousMatchException
(Environment.GetResourceString("Arg_AmbiguousMatchException"));
804
throw new
AmbiguousMatchException
(Environment.GetResourceString("Arg_AmbiguousMatchException"));
1079
throw new
AmbiguousMatchException
(Environment.GetResourceString("Arg_AmbiguousMatchException"));
system\rttype.cs (7)
3234
throw new
AmbiguousMatchException
(Environment.GetResourceString("Arg_AmbiguousMatchException"));
3307
throw new
AmbiguousMatchException
(Environment.GetResourceString("Arg_AmbiguousMatchException"));
3341
throw new
AmbiguousMatchException
(Environment.GetResourceString("Arg_AmbiguousMatchException"));
3373
throw new
AmbiguousMatchException
(Environment.GetResourceString("Arg_AmbiguousMatchException"));
3385
throw new
AmbiguousMatchException
(Environment.GetResourceString("Arg_AmbiguousMatchException"));
3417
throw new
AmbiguousMatchException
(Environment.GetResourceString("Arg_AmbiguousMatchException"));
3448
throw new
AmbiguousMatchException
(Environment.GetResourceString("Arg_AmbiguousMatchException"));
system\runtime\remoting\remotingservices.cs (1)
1937
throw new
AmbiguousMatchException
(
System.Core (1)
System\Runtime\InteropServices\ComAwareEventInfo.cs (1)
120
throw new System.Reflection.
AmbiguousMatchException
("more than one ComSourceInterfaceGuidAttribute found");
WindowsBase (1)
Base\MS\Internal\ComponentModel\AttachedPropertyMethodSelector.cs (1)
38
throw new
AmbiguousMatchException
();
29 references to AmbiguousMatchException
mscorlib (2)
system\runtime\remoting\message.cs (2)
3160
catch (
AmbiguousMatchException
)
3256
catch (
AmbiguousMatchException
)
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2038
catch (
AmbiguousMatchException
)
PresentationFramework (16)
src\Framework\System\Windows\Data\ObjectDataProvider.cs (1)
562
catch (
AmbiguousMatchException
ame)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
1018
catch (
AmbiguousMatchException
)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
971
catch (
AmbiguousMatchException
)
2038
catch (
AmbiguousMatchException
)
src\Framework\System\Windows\PropertyPath.cs (2)
665
catch (
AmbiguousMatchException
)
683
catch (
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)
164
catch (
AmbiguousMatchException
) {
System.Activities (2)
System\Activities\Statements\MethodResolver.cs (2)
290
catch (
AmbiguousMatchException
)
352
catch (
AmbiguousMatchException
)
System.Data.Entity (2)
System\Data\Common\EntityUtil.cs (1)
163
catch (
AmbiguousMatchException
)
System\Data\Objects\ELinq\Translator.cs (1)
230
catch (
AmbiguousMatchException
)
System.Web (3)
UI\PropertyMapper.cs (1)
69
catch (
AmbiguousMatchException
) {
UI\TargetFrameworkUtil.cs (1)
215
} catch (
AmbiguousMatchException
) {
UI\Util.cs (1)
584
catch (
AmbiguousMatchException
) {
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ComponentSerializationService.cs (1)
108
catch (
AmbiguousMatchException
)
WindowsBase (1)
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (1)
295
catch (
AmbiguousMatchException
)