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)

속성 값

ReadOnlyCollection<Exception>

현재 예외를 발생시킨 인스턴스의 Exception 읽기 전용 컬렉션입니다.

적용 대상