CodeCatchClauseCollection Konstruktorok

Definíció

Inicializálja a CodeCatchClauseCollection osztály új példányát.

Túlterhelések

Name Description
CodeCatchClauseCollection()

Inicializálja a CodeCatchClauseCollection osztály új példányát.

CodeCatchClauseCollection(CodeCatchClause[])

Inicializálja a CodeCatchClauseCollection megadott objektumtömböt CodeCatchClause tartalmazó osztály új példányát.

CodeCatchClauseCollection(CodeCatchClauseCollection)

Inicializálja a CodeCatchClauseCollection megadott forrásgyűjtemény elemeit tartalmazó osztály új példányát.

CodeCatchClauseCollection()

Forrás:
CodeCatchClauseCollection.cs
Forrás:
CodeCatchClauseCollection.cs
Forrás:
CodeCatchClauseCollection.cs
Forrás:
CodeCatchClauseCollection.cs
Forrás:
CodeCatchClauseCollection.cs
Forrás:
CodeCatchClauseCollection.cs
Forrás:
CodeCatchClauseCollection.cs

Inicializálja a CodeCatchClauseCollection osztály új példányát.

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

A következőre érvényes:

CodeCatchClauseCollection(CodeCatchClause[])

Forrás:
CodeCatchClauseCollection.cs
Forrás:
CodeCatchClauseCollection.cs
Forrás:
CodeCatchClauseCollection.cs
Forrás:
CodeCatchClauseCollection.cs
Forrás:
CodeCatchClauseCollection.cs
Forrás:
CodeCatchClauseCollection.cs
Forrás:
CodeCatchClauseCollection.cs

Inicializálja a CodeCatchClauseCollection megadott objektumtömböt CodeCatchClause tartalmazó osztály új példányát.

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())

Paraméterek

value
CodeCatchClause[]

Objektumtömb CodeCatchClause , amellyel inicializálni szeretné a gyűjteményt.

Kivételek

A tömb egy vagy több objektuma a következő null.

A következőre érvényes:

CodeCatchClauseCollection(CodeCatchClauseCollection)

Forrás:
CodeCatchClauseCollection.cs
Forrás:
CodeCatchClauseCollection.cs
Forrás:
CodeCatchClauseCollection.cs
Forrás:
CodeCatchClauseCollection.cs
Forrás:
CodeCatchClauseCollection.cs
Forrás:
CodeCatchClauseCollection.cs
Forrás:
CodeCatchClauseCollection.cs

Inicializálja a CodeCatchClauseCollection megadott forrásgyűjtemény elemeit tartalmazó osztály új példányát.

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)

Paraméterek

value
CodeCatchClauseCollection

A CodeCatchClauseCollection , amellyel inicializálni szeretné a gyűjteményt.

Kivételek

value az null.

A következőre érvényes: