다음을 통해 공유


ExceptionCollection(ArrayList) 생성자

정의

ExceptionCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 ExceptionCollection(System::Collections::ArrayList ^ exceptions);
public ExceptionCollection (System.Collections.ArrayList exceptions);
public ExceptionCollection (System.Collections.ArrayList? exceptions);
new System.ComponentModel.Design.ExceptionCollection : System.Collections.ArrayList -> System.ComponentModel.Design.ExceptionCollection
Public Sub New (exceptions As ArrayList)

매개 변수

exceptions
ArrayList

컬렉션을 채울 개체를 포함하는 Exception 형식의 배열입니다.

예외

.NET 8 이상만 해당: 배열 요소의 형식은 이 아닙니다 Exception.

적용 대상