CodeCatchClauseCollection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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)
参数
用于初始化集合的 A CodeCatchClauseCollection 。
例外
value 是 null。