CompositionException.RootCauses 屬性

定義

取得包含此例外狀況之初始來源的集合。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Exception ^> ^ RootCauses { System::Collections::ObjectModel::ReadOnlyCollection<Exception ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Exception> RootCauses { get; }
member this.RootCauses : System.Collections.ObjectModel.ReadOnlyCollection<Exception>
Public ReadOnly Property RootCauses As ReadOnlyCollection(Of Exception)

屬性值

包含此例外狀況之初始來源的集合。

適用於