TypeProvider.TypeLoadErrors Propriedade
Definição
Obtém um IDictionary de exceções de erro de carga fechadas pelo Object que causa a Exception.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)
Valor da propriedade
Uma IDictionary das exceções de erro de carga com chave pelo Object que causa o Exception .An IDictionary of load error exceptions keyed by the Object that causes the Exception.
Implementações
Comentários
Um desanexado atualizado IDictionary é criado em cada referência a essa propriedade.An updated, detached IDictionary is created at each reference to this property.