ExceptionSet.Exceptions 屬性

定義

會獲得執行程式時發生的例外清單。

public:
 property System::Collections::Generic::IList<Exception ^> ^ Exceptions { System::Collections::Generic::IList<Exception ^> ^ get(); };
public System.Collections.Generic.IList<Exception> Exceptions { get; }
member this.Exceptions : System.Collections.Generic.IList<Exception>
Public ReadOnly Property Exceptions As IList(Of Exception)

屬性值

一個代表程式執行過程中發生錯誤的清單。

適用於