AggregateException.InnerExceptions Propiedad

Definición

Obtiene una colección de solo lectura de las instancias de Exception que causaron la excepción actual.

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)

Valor de propiedad

ReadOnlyCollection<Exception>

Colección de solo lectura de las Exception instancias que provocaron la excepción actual.

Se aplica a