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 読み取り専用コレクション。

適用対象