AggregateException.InnerExceptions Proprietà

Definizione

Ottiene una raccolta in sola lettura delle istanze di Exception che hanno causato l'eccezione corrente.

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)

Valore della proprietà

Raccolta di sola lettura delle Exception istanze che hanno causato l'eccezione corrente.

Si applica a