AggregateException.InnerExceptions 属性

定义

获取导致当前异常的 Exception 实例的只读集合。

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)

属性值

导致当前异常的 Exception 实例的只读集合。

适用于