AggregateException.InnerExceptions Vlastnost

Definice

Získá kolekci Exception instancí jen pro čtení, které způsobily aktuální výjimku.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Exception ^> ^ InnerExceptions { System::Collections::ObjectModel::ReadOnlyCollection<Exception ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Exception> InnerExceptions { get; }
member this.InnerExceptions : System.Collections.ObjectModel.ReadOnlyCollection<Exception>
Public ReadOnly Property InnerExceptions As ReadOnlyCollection(Of Exception)

Hodnota vlastnosti

ReadOnlyCollection<Exception>

Kolekce Exception instancí jen pro čtení, které způsobily aktuální výjimku.

Platí pro