Gets or sets the try statements to try.
[Visual Basic] Public ReadOnly Property TryStatements As CodeStatementCollection [C#] public CodeStatementCollection TryStatements {get;} [C++] public: __property CodeStatementCollection* get_TryStatements(); [JScript] public function get TryStatements() : CodeStatementCollection;
A CodeStatementCollection indicating the statements to try.
CodeTryCatchFinallyStatement Class | CodeTryCatchFinallyStatement Members | System.CodeDOM Namespace | CodeStatementCollection