TypeProvider.TypeLoadErrors Propriété

Définition

Obtient un IDictionary d'exceptions relatives aux erreurs de chargement indexé par Object qui provoque l'Exception.

public:
 property System::Collections::Generic::IDictionary<System::Object ^, Exception ^> ^ TypeLoadErrors { System::Collections::Generic::IDictionary<System::Object ^, Exception ^> ^ get(); };
public System.Collections.Generic.IDictionary<object,Exception> TypeLoadErrors { get; }
member this.TypeLoadErrors : System.Collections.Generic.IDictionary<obj, Exception>
Public ReadOnly Property TypeLoadErrors As IDictionary(Of Object, Exception)

Valeur de propriété

IDictionary d'exceptions relatives aux erreurs de chargement indexé par Object qui provoque l'Exception.

Implémente

Remarques

Un IDictionary mis à jour et détaché est créé à chaque référence à cette propriété.

S’applique à