CodeCatchClauseCollection Konstruktoren

Definition

Initialisiert eine neue Instanz der CodeCatchClauseCollection-Klasse.

Überlädt

Name Beschreibung
CodeCatchClauseCollection()

Initialisiert eine neue Instanz der CodeCatchClauseCollection-Klasse.

CodeCatchClauseCollection(CodeCatchClause[])

Initialisiert eine neue Instanz der CodeCatchClauseCollection Klasse, die das angegebene Array von CodeCatchClause Objekten enthält.

CodeCatchClauseCollection(CodeCatchClauseCollection)

Initialisiert eine neue Instanz der CodeCatchClauseCollection Klasse, die die Elemente der angegebenen Quellauflistung enthält.

CodeCatchClauseCollection()

Initialisiert eine neue Instanz der CodeCatchClauseCollection-Klasse.

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

Gilt für:

CodeCatchClauseCollection(CodeCatchClause[])

Initialisiert eine neue Instanz der CodeCatchClauseCollection Klasse, die das angegebene Array von CodeCatchClause Objekten enthält.

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

Parameter

value
CodeCatchClause[]

Ein Array von CodeCatchClause Objekten, mit denen die Auflistung initialisiert werden soll.

Ausnahmen

Mindestens ein Objekt im Array ist null.

Gilt für:

CodeCatchClauseCollection(CodeCatchClauseCollection)

Initialisiert eine neue Instanz der CodeCatchClauseCollection Klasse, die die Elemente der angegebenen Quellauflistung enthält.

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)

Parameter

value
CodeCatchClauseCollection

Ein CodeCatchClauseCollection , mit dem die Sammlung initialisiert werden soll.

Ausnahmen

value ist null.

Gilt für: