Initializes a new instance of CodeTryCatchFinallyStatement. using the specified statements to try and catch clauses.
[Visual Basic] Overloads Public Sub New( _ ByVal tryStatements() As CodeStatement, _ ByVal catchClauses() As CodeCatchClause _ ) [C#] public CodeTryCatchFinallyStatement( CodeStatement[] tryStatements, CodeCatchClause[] catchClauses ); [C++] public: CodeTryCatchFinallyStatement( CodeStatement* tryStatements[], CodeCatchClause* catchClauses[] ); [JScript] public function CodeTryCatchFinallyStatement( tryStatements : CodeStatement[], catchClauses : CodeCatchClause[] );
CodeTryCatchFinallyStatement Class | CodeTryCatchFinallyStatement Members | System.CodeDOM Namespace | CodeTryCatchFinallyStatement Constructor Overload List