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 数组。

适用于