ReflectionTypeLoadException.LoaderExceptions Eigenschaft

Definition

Ruft das Array der vom Klassenladeprogramm ausgelösten Ausnahmen ab.

public:
 property cli::array <Exception ^> ^ LoaderExceptions { cli::array <Exception ^> ^ get(); };
public Exception[] LoaderExceptions { get; }
public Exception?[] LoaderExceptions { get; }
public Exception?[]? LoaderExceptions { get; }
member this.LoaderExceptions : Exception[]
Public ReadOnly Property LoaderExceptions As Exception()

Eigenschaftswert

Exception[]

Ein Array vom Typ Exception, das die vom Klassenladeprogramm ausgelösten Ausnahmen enthält. Die NULL-Werte im Types-Array dieser Instanz entsprechen den Ausnahmen in diesem Array.

Hinweise

Die LoaderExceptions Eigenschaft ruft ein Array vom Typ Exception ab, das parallel zum Types Array ist. Dieses Array enthält NULL-Werte, wenn die Spiegelung keine Klasse laden kann.

Gilt für