CodeCatchClauseCollection 构造函数

定义

初始化 CodeCatchClauseCollection 类的新实例。

重载

名称 说明
CodeCatchClauseCollection()

初始化 CodeCatchClauseCollection 类的新实例。

CodeCatchClauseCollection(CodeCatchClause[])

初始化包含指定对象数组的CodeCatchClauseCollectionCodeCatchClause类的新实例。

CodeCatchClauseCollection(CodeCatchClauseCollection)

初始化包含指定源集合的元素的类的新实例 CodeCatchClauseCollection

CodeCatchClauseCollection()

Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs

初始化 CodeCatchClauseCollection 类的新实例。

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

适用于

CodeCatchClauseCollection(CodeCatchClause[])

Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs

初始化包含指定对象数组的CodeCatchClauseCollectionCodeCatchClause类的新实例。

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

参数

value
CodeCatchClause[]

要初始化集合的对象数组 CodeCatchClause

例外

数组中的一个或多个对象是 null

适用于

CodeCatchClauseCollection(CodeCatchClauseCollection)

Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs
Source:
CodeCatchClauseCollection.cs

初始化包含指定源集合的元素的类的新实例 CodeCatchClauseCollection

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)

参数

value
CodeCatchClauseCollection

用于初始化集合的 A CodeCatchClauseCollection

例外

valuenull

适用于