ITypeProvider.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 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.