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 배열입니다.

적용 대상