CodeCatchClauseCollection Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe CodeCatchClauseCollection.
Sobrecargas
CodeCatchClauseCollection() |
Inicializa uma nova instância da classe CodeCatchClauseCollection. |
CodeCatchClauseCollection(CodeCatchClause[]) |
Inicializa uma nova instância da classe CodeCatchClauseCollection contendo a matriz de objetos CodeCatchClause especificada. |
CodeCatchClauseCollection(CodeCatchClauseCollection) |
Inicializa uma nova instância da classe CodeCatchClauseCollection, que contém os elementos da coleção de origem especificada. |
CodeCatchClauseCollection()
- Origem:
- CodeCatchClauseCollection.cs
- Origem:
- CodeCatchClauseCollection.cs
- Origem:
- CodeCatchClauseCollection.cs
Inicializa uma nova instância da classe CodeCatchClauseCollection.
public:
CodeCatchClauseCollection();
public CodeCatchClauseCollection ();
Public Sub New ()
Aplica-se a
CodeCatchClauseCollection(CodeCatchClause[])
- Origem:
- CodeCatchClauseCollection.cs
- Origem:
- CodeCatchClauseCollection.cs
- Origem:
- CodeCatchClauseCollection.cs
Inicializa uma nova instância da classe CodeCatchClauseCollection contendo a matriz de objetos CodeCatchClause especificada.
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())
Parâmetros
- value
- CodeCatchClause[]
Uma matriz de objetos CodeCatchClause com os quais inicializar a coleção.
Exceções
Um ou mais objetos na matriz são null
.
Aplica-se a
CodeCatchClauseCollection(CodeCatchClauseCollection)
- Origem:
- CodeCatchClauseCollection.cs
- Origem:
- CodeCatchClauseCollection.cs
- Origem:
- CodeCatchClauseCollection.cs
Inicializa uma nova instância da classe CodeCatchClauseCollection, que contém os elementos da coleção de origem especificada.
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)
Parâmetros
Um CodeCatchClauseCollection com o qual inicializar a coleção.
Exceções
value
é null
.