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