CodeCatchClauseCollection Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menginisialisasi instans baru kelas CodeCatchClauseCollection.
Overload
CodeCatchClauseCollection() |
Menginisialisasi instans baru kelas CodeCatchClauseCollection. |
CodeCatchClauseCollection(CodeCatchClause[]) |
Menginisialisasi instans CodeCatchClauseCollection baru kelas yang berisi array CodeCatchClause objek yang ditentukan. |
CodeCatchClauseCollection(CodeCatchClauseCollection) |
Menginisialisasi instans baru kelas yang CodeCatchClauseCollection berisi elemen koleksi sumber yang ditentukan. |
CodeCatchClauseCollection()
- Sumber:
- CodeCatchClauseCollection.cs
- Sumber:
- CodeCatchClauseCollection.cs
- Sumber:
- CodeCatchClauseCollection.cs
Menginisialisasi instans baru kelas CodeCatchClauseCollection.
public:
CodeCatchClauseCollection();
public CodeCatchClauseCollection ();
Public Sub New ()
Berlaku untuk
CodeCatchClauseCollection(CodeCatchClause[])
- Sumber:
- CodeCatchClauseCollection.cs
- Sumber:
- CodeCatchClauseCollection.cs
- Sumber:
- CodeCatchClauseCollection.cs
Menginisialisasi instans CodeCatchClauseCollection baru kelas yang berisi array CodeCatchClause objek yang ditentukan.
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[]
Array CodeCatchClause objek untuk menginisialisasi koleksi.
Pengecualian
Satu atau beberapa objek dalam array adalah null
.
Berlaku untuk
CodeCatchClauseCollection(CodeCatchClauseCollection)
- Sumber:
- CodeCatchClauseCollection.cs
- Sumber:
- CodeCatchClauseCollection.cs
- Sumber:
- CodeCatchClauseCollection.cs
Menginisialisasi instans baru kelas yang CodeCatchClauseCollection berisi elemen koleksi sumber yang ditentukan.
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
A CodeCatchClauseCollection untuk menginisialisasi koleksi.
Pengecualian
value
adalah null
.