CodeCatchClauseCollection 생성자

정의

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

오버로드

CodeCatchClauseCollection()

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

CodeCatchClauseCollection(CodeCatchClause[])

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

CodeCatchClauseCollection(CodeCatchClauseCollection)

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

CodeCatchClauseCollection()

Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs

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

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

적용 대상

CodeCatchClauseCollection(CodeCatchClause[])

Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs

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

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)

Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs

지정된 소스 컬렉션의 요소를 포함하는 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입니다.

예외

valuenull입니다.

적용 대상