Share via


ExceptionCollection.Exceptions 屬性

定義

取得 Exception 物件的陣列,表示例外狀況的集合。

public:
 property System::Collections::ArrayList ^ Exceptions { System::Collections::ArrayList ^ get(); };
public System.Collections.ArrayList Exceptions { get; }
public System.Collections.ArrayList? Exceptions { get; }
member this.Exceptions : System.Collections.ArrayList
Public ReadOnly Property Exceptions As ArrayList

屬性值

Exception 陣列,表示例外狀況的集合。

適用於