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 表示异常集合的数组。

适用于