Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
The exception that is thrown when binding to a method results in more than one method matching the binding criteria.
Remarks
Um AmbiguousMatchException é lançada se o aplicativo chama uma classe, e não é possível determinar qual classe ou sobrecarregado de classe para uso. The binding attempts to locate the proper class to use, determined by the number of parameters and the type of parameters. If multiple acceptable classes are located, this exception is thrown.
Consulte também
Tarefas
Como: Use o Assistente de exceção