Aracılığıyla paylaş


CodeCatchClauseCollection Oluşturucular

Tanım

CodeCatchClauseCollection sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

CodeCatchClauseCollection()

CodeCatchClauseCollection sınıfının yeni bir örneğini başlatır.

CodeCatchClauseCollection(CodeCatchClause[])

Belirtilen nesne dizisini CodeCatchClauseCollection içeren sınıfının yeni bir örneğini CodeCatchClause başlatır.

CodeCatchClauseCollection(CodeCatchClauseCollection)

Belirtilen kaynak koleksiyonun CodeCatchClauseCollection öğelerini içeren sınıfının yeni bir örneğini başlatır.

CodeCatchClauseCollection()

Kaynak:
CodeCatchClauseCollection.cs
Kaynak:
CodeCatchClauseCollection.cs
Kaynak:
CodeCatchClauseCollection.cs

CodeCatchClauseCollection sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

CodeCatchClauseCollection(CodeCatchClause[])

Kaynak:
CodeCatchClauseCollection.cs
Kaynak:
CodeCatchClauseCollection.cs
Kaynak:
CodeCatchClauseCollection.cs

Belirtilen nesne dizisini CodeCatchClauseCollection içeren sınıfının yeni bir örneğini CodeCatchClause başlatır.

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

Parametreler

value
CodeCatchClause[]

Koleksiyonun CodeCatchClause başlatıldığı nesne dizisi.

Özel durumlar

Dizideki bir veya daha fazla nesne şeklindedir null.

Şunlara uygulanır

CodeCatchClauseCollection(CodeCatchClauseCollection)

Kaynak:
CodeCatchClauseCollection.cs
Kaynak:
CodeCatchClauseCollection.cs
Kaynak:
CodeCatchClauseCollection.cs

Belirtilen kaynak koleksiyonun CodeCatchClauseCollection öğelerini içeren sınıfının yeni bir örneğini başlatır.

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)

Parametreler

value
CodeCatchClauseCollection

CodeCatchClauseCollection Koleksiyonun başlatıldığı bir.

Özel durumlar

value, null değeridir.

Şunlara uygulanır