CodeTryCatchFinallyStatement Constructor (array<CodeStatement^>^, array<CodeCatchClause^>^)

 

Initializes a new instance of the CodeTryCatchFinallyStatement class using the specified statements for try and catch clauses.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
CodeTryCatchFinallyStatement(
	array<CodeStatement^>^ tryStatements,
	array<CodeCatchClause^>^ catchClauses
)

Parameters

tryStatements
Type: array<System.CodeDom::CodeStatement^>^

An array of CodeStatement objects that indicate the statements to try.

catchClauses
Type: array<System.CodeDom::CodeCatchClause^>^

An array of CodeCatchClause objects that indicate the clauses to catch.

.NET Framework
Available since 1.1
Return to top
Show: