ITypeProvider.TypeLoadErrors Property

Definition

Gets an IDictionary of load error exceptions keyed by the Object causing 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 causing the Exception.

Applies to