August 2003
Intermediate to advanced
928 pages
32h 1m
English
AmbiguousMatchException
This exception is thrown when you
attempt to bind to a
method with the Binder and the given criteria
matches more than one method; this is the case, for example, when
binding against an overloaded method solely by its name.
public sealed class AmbiguousMatchException : SystemException { // Public Constructors public AmbiguousMatchException( ); public AmbiguousMatchException(stringmessage); public AmbiguousMatchException(stringmessage, Exceptioninner); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
AmbiguousMatchException