CodeCatchClauseCollection 생성자

정의

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

오버로드

Name Description
CodeCatchClauseCollection()

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

CodeCatchClauseCollection(CodeCatchClause[])

지정된 개체 배열 CodeCatchClauseCodeCatchClauseCollection 포함하는 클래스의 새 인스턴스를 초기화합니다.

CodeCatchClauseCollection(CodeCatchClauseCollection)

지정된 소스 컬렉션의 CodeCatchClauseCollection 요소를 포함하는 클래스의 새 인스턴스를 초기화합니다.

CodeCatchClauseCollection()

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

public:
 CodeCatchClauseCollection();
public CodeCatchClauseCollection();
Public Sub New ()

적용 대상

CodeCatchClauseCollection(CodeCatchClause[])

지정된 개체 배열 CodeCatchClauseCodeCatchClauseCollection 포함하는 클래스의 새 인스턴스를 초기화합니다.

public:
 CodeCatchClauseCollection(cli::array <System::CodeDom::CodeCatchClause ^> ^ value);
public CodeCatchClauseCollection(System.CodeDom.CodeCatchClause[] value);
new System.CodeDom.CodeCatchClauseCollection : System.CodeDom.CodeCatchClause[] -> System.CodeDom.CodeCatchClauseCollection
Public Sub New (value As CodeCatchClause())

매개 변수

value
CodeCatchClause[]

컬렉션을 초기화할 개체의 CodeCatchClause 배열입니다.

예외

배열에 있는 하나 이상의 개체가 있습니다 null.

적용 대상

CodeCatchClauseCollection(CodeCatchClauseCollection)

지정된 소스 컬렉션의 CodeCatchClauseCollection 요소를 포함하는 클래스의 새 인스턴스를 초기화합니다.

public:
 CodeCatchClauseCollection(System::CodeDom::CodeCatchClauseCollection ^ value);
public CodeCatchClauseCollection(System.CodeDom.CodeCatchClauseCollection value);
new System.CodeDom.CodeCatchClauseCollection : System.CodeDom.CodeCatchClauseCollection -> System.CodeDom.CodeCatchClauseCollection
Public Sub New (value As CodeCatchClauseCollection)

매개 변수

value
CodeCatchClauseCollection

CodeCatchClauseCollection 컬렉션을 초기화할 A입니다.

예외

valuenull입니다.

적용 대상