Name

AmbiguousMatchException

Synopsis

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 method AmbiguousMatchException();  
   public method AmbiguousMatchException(string message);  
   public method AmbiguousMatchException(string message, 
        Exception inner);  
}

Hierarchy

System.ObjectSystem.Exception(System.Runtime.Serialization.ISerializable)System.SystemExceptionAmbiguousMatchException

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.