AggregateException.InnerExceptions Egenskap

Definition

Hämtar en skrivskyddad samling av de Exception instanser som orsakade det aktuella undantaget.

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)

Egenskapsvärde

En skrivskyddad samling av de Exception instanser som orsakade det aktuella undantaget.

Gäller för