TypeProvider.TypeLoadErrors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an IDictionary of load error exceptions keyed by the Object that causes the 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)
Property Value
An IDictionary of load error exceptions keyed by the Object that causes the Exception.
Implements
Remarks
An updated, detached IDictionary is created at each reference to this property.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.