AmbiguousMatchException

AmbiguousMatchException CF 1.0, ECMA 1.0, serializable

System.Reflection (mscorlib.dll) sealed class

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

Hierarchy

System.Object System.Exception(System.Runtime.Serialization.ISerializable) System.SystemException AmbiguousMatchException



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net