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 예외 컬렉션을 나타내는 배열입니다.

적용 대상