System.Reflection.AmbiguousMatchException
namespace System.Reflection
{
public sealed class AmbiguousMatchException : SystemException
{
public AmbiguousMatchException();
public AmbiguousMatchException(string message);
public AmbiguousMatchException(string message, Exception inner);
}
}