ExceptionCollection.Exceptions 屬性

定義

取得代表例外集合的物件陣列 Exception

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

屬性值

一個 Exception 代表例外集合的陣列。

適用於