Partager via


ITypeProvider.TypeLoadErrors Propriété

Définition

Obtient un IDictionary d'exceptions relatives aux erreurs de chargement indexé par Object qui provoque 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<Object,Exception>

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

S’applique à