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 配列。

適用対象