CodeCatchClauseCollection Construtores

Definição

Inicializa uma nova instância da CodeCatchClauseCollection classe.

Sobrecargas

Name Description
CodeCatchClauseCollection()

Inicializa uma nova instância da CodeCatchClauseCollection classe.

CodeCatchClauseCollection(CodeCatchClause[])

Inicializa uma nova instância da CodeCatchClauseCollection classe que contém o array especificado de CodeCatchClause objetos.

CodeCatchClauseCollection(CodeCatchClauseCollection)

Inicializa uma nova instância da CodeCatchClauseCollection classe que contém os elementos da coleção de fontes especificada.

CodeCatchClauseCollection()

Inicializa uma nova instância da CodeCatchClauseCollection classe.

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

Aplica-se a

CodeCatchClauseCollection(CodeCatchClause[])

Inicializa uma nova instância da CodeCatchClauseCollection classe que contém o array especificado de CodeCatchClause objetos.

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[]

Um array de CodeCatchClause objetos para inicializar a coleção.

Exceções

Um ou mais objetos no array são null.

Aplica-se a

CodeCatchClauseCollection(CodeCatchClauseCollection)

Inicializa uma nova instância da CodeCatchClauseCollection classe que contém os elementos da coleção de fontes 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

value
CodeCatchClauseCollection

A CodeCatchClauseCollection com o qual inicializar a coleção.

Exceções

value é null.

Aplica-se a