CodeCatchClauseCollection Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CodeCatchClauseCollection.

Przeciążenia

Nazwa Opis
CodeCatchClauseCollection()

Inicjuje nowe wystąpienie klasy CodeCatchClauseCollection.

CodeCatchClauseCollection(CodeCatchClause[])

Inicjuje nowe wystąpienie CodeCatchClauseCollection klasy zawierającej określoną tablicę CodeCatchClause obiektów.

CodeCatchClauseCollection(CodeCatchClauseCollection)

Inicjuje nowe wystąpienie CodeCatchClauseCollection klasy zawierające elementy określonej kolekcji źródłowej.

CodeCatchClauseCollection()

Źródło:
CodeCatchClauseCollection.cs
Źródło:
CodeCatchClauseCollection.cs
Źródło:
CodeCatchClauseCollection.cs
Źródło:
CodeCatchClauseCollection.cs
Źródło:
CodeCatchClauseCollection.cs
Źródło:
CodeCatchClauseCollection.cs
Źródło:
CodeCatchClauseCollection.cs

Inicjuje nowe wystąpienie klasy CodeCatchClauseCollection.

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

Dotyczy

CodeCatchClauseCollection(CodeCatchClause[])

Źródło:
CodeCatchClauseCollection.cs
Źródło:
CodeCatchClauseCollection.cs
Źródło:
CodeCatchClauseCollection.cs
Źródło:
CodeCatchClauseCollection.cs
Źródło:
CodeCatchClauseCollection.cs
Źródło:
CodeCatchClauseCollection.cs
Źródło:
CodeCatchClauseCollection.cs

Inicjuje nowe wystąpienie CodeCatchClauseCollection klasy zawierającej określoną tablicę CodeCatchClause obiektów.

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

Parametry

value
CodeCatchClause[]

Tablica CodeCatchClause obiektów, za pomocą których należy zainicjować kolekcję.

Wyjątki

Co najmniej jeden obiekt w tablicy to null.

Dotyczy

CodeCatchClauseCollection(CodeCatchClauseCollection)

Źródło:
CodeCatchClauseCollection.cs
Źródło:
CodeCatchClauseCollection.cs
Źródło:
CodeCatchClauseCollection.cs
Źródło:
CodeCatchClauseCollection.cs
Źródło:
CodeCatchClauseCollection.cs
Źródło:
CodeCatchClauseCollection.cs
Źródło:
CodeCatchClauseCollection.cs

Inicjuje nowe wystąpienie CodeCatchClauseCollection klasy zawierające elementy określonej kolekcji źródłowej.

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)

Parametry

value
CodeCatchClauseCollection

Element CodeCatchClauseCollection , za pomocą którego należy zainicjować kolekcję.

Wyjątki

Parametr value ma wartość null.

Dotyczy