CodeTryCatchFinallyStatement Constructor (array<CodeStatement^>^, array<CodeCatchClause^>^)
.NET Framework (current version)
Initializes a new instance of the CodeTryCatchFinallyStatement class using the specified statements for try and catch clauses.
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
Available since 1.1
Show: