AmbiguousMatchException Classe
Definizione
Eccezione generata quando durante l'associazione a un membro vengono individuati più membri corrispondenti ai criteri di associazione specificati.The exception that is thrown when binding to a member results in more than one member matching the binding criteria. La classe non può essere ereditata.This class cannot be inherited.
public ref class AmbiguousMatchException sealed : Exception
public ref class AmbiguousMatchException sealed : SystemException
public sealed class AmbiguousMatchException : Exception
public sealed class AmbiguousMatchException : SystemException
[System.Serializable]
public sealed class AmbiguousMatchException : SystemException
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class AmbiguousMatchException : SystemException
type AmbiguousMatchException = class
inherit Exception
type AmbiguousMatchException = class
inherit SystemException
[<System.Serializable>]
type AmbiguousMatchException = class
inherit SystemException
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type AmbiguousMatchException = class
inherit SystemException
Public NotInheritable Class AmbiguousMatchException
Inherits Exception
Public NotInheritable Class AmbiguousMatchException
Inherits SystemException
- Ereditarietà
- Ereditarietà
- Attributi
Commenti
AmbiguousMatchException
USA HRESULT COR_E_AMBIGUOUSMATCH il cui valore è 0x8000211D.AmbiguousMatchException
uses the HRESULT COR_E_AMBIGUOUSMATCH which has the value 0x8000211D.
AmbiguousMatchException
Viene generata un'eccezione quando un membro viene richiamato ad associazione tardiva e più overload soddisfano i criteri di associazione o quando più di un membro corrisponde ai criteri di associazione passati a un metodo di reflection che può restituire solo un singolo risultato (ad esempio, Type.GetMethod o Type.GetProperty ).An AmbiguousMatchException
is thrown when a member is invoked late-bound and multiple overloads satisfy the binding criteria, or when more than one member matches the binding criteria passed to a reflection method that can return only a single result (for example, Type.GetMethod or Type.GetProperty).
Costruttori
AmbiguousMatchException() |
Inizializza una nuova istanza della classe AmbiguousMatchException con una stringa di messaggio vuota e l'eccezione della causa radice impostata su |
AmbiguousMatchException(String) |
Inizializza una nuova istanza della classe AmbiguousMatchException con la stringa di messaggio impostata sul messaggio specificato e con l'eccezione della causa radice impostata su |
AmbiguousMatchException(String, Exception) |
Inizializza una nuova istanza della classe AmbiguousMatchException con un messaggio di errore specificato e un riferimento all'eccezione interna che è la causa dell'eccezione corrente.Initializes a new instance of the AmbiguousMatchException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Proprietà
Data |
Ottiene una raccolta di coppie chiave/valore che forniscono informazioni definite dall'utente aggiuntive sull'eccezione.Gets a collection of key/value pairs that provide additional user-defined information about the exception. (Ereditato da Exception) |
HelpLink |
Ottiene o imposta un collegamento al file della Guida associato all'eccezione.Gets or sets a link to the help file associated with this exception. (Ereditato da Exception) |
HResult |
Ottiene o imposta HRESULT, un valore numerico codificato che viene assegnato a un'eccezione specifica.Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Ereditato da Exception) |
InnerException |
Ottiene l'istanza di Exception che ha causato l'eccezione corrente.Gets the Exception instance that caused the current exception. (Ereditato da Exception) |
Message |
Ottiene un messaggio che descrive l'eccezione corrente.Gets a message that describes the current exception. (Ereditato da Exception) |
Source |
Ottiene o imposta il nome dell'oggetto o dell'applicazione che ha generato l'errore.Gets or sets the name of the application or the object that causes the error. (Ereditato da Exception) |
StackTrace |
Ottiene una rappresentazione di stringa dei frame immediati nello stack di chiamate.Gets a string representation of the immediate frames on the call stack. (Ereditato da Exception) |
TargetSite |
Ottiene il metodo che genera l'eccezione corrente.Gets the method that throws the current exception. (Ereditato da Exception) |
Metodi
Equals(Object) |
Determina se l'oggetto specificato è uguale all'oggetto corrente.Determines whether the specified object is equal to the current object. (Ereditato da Object) |
GetBaseException() |
Quando ne viene eseguito l'override in una classe derivata, restituisce l'Exception che è la causa radice di una o più eccezioni successive.When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Ereditato da Exception) |
GetHashCode() |
Funge da funzione hash predefinita.Serves as the default hash function. (Ereditato da Object) |
GetObjectData(SerializationInfo, StreamingContext) |
Quando ne viene eseguito l'override in una classe derivata, imposta il controllo SerializationInfo con le informazioni sull'eccezione.When overridden in a derived class, sets the SerializationInfo with information about the exception. (Ereditato da Exception) |
GetType() |
Ottiene il tipo di runtime dell'istanza corrente.Gets the runtime type of the current instance. (Ereditato da Exception) |
MemberwiseClone() |
Crea una copia superficiale dell'oggetto Object corrente.Creates a shallow copy of the current Object. (Ereditato da Object) |
ToString() |
Crea e restituisce una rappresentazione di stringa dell'eccezione corrente.Creates and returns a string representation of the current exception. (Ereditato da Exception) |
Eventi
SerializeObjectState |
Si verifica quando un'eccezione viene serializzata per creare un oggetto di stato eccezione contenente i dati serializzati relativi all'eccezione.Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception. (Ereditato da Exception) |