AggregateException.InnerExceptions Özellik

Tanım

Geçerli özel duruma neden olan örneklerin Exception salt okunur koleksiyonunu alır.

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)

Özellik Değeri

ReadOnlyCollection<Exception>

Geçerli özel duruma neden olan örneklerin Exception salt okunur koleksiyonu.

Şunlara uygulanır