TypeProvider.TypeLoadErrors Property

Definition

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