The properties of the CodeTryCatchFinallyStatement class are listed below. For a complete list of CodeTryCatchFinallyStatement class members, see the CodeTryCatchFinallyStatement Members topic.
CatchClauses | Gets or sets the catch clauses to use. |
FinallyStatements | Gets or sets the finally statements to use. |
LinePragma (inherited from CodeStatement) | The line the statement occurs on. |
TryStatements | Gets or sets the try statements to try. |
CodeTryCatchFinallyStatement Class | System.CodeDOM Namespace