Gets the statements within the catch block.
[Visual Basic] Public ReadOnly Property Statements As CodeStatementCollection [C#] public CodeStatementCollection Statements {get;} [C++] public: __property CodeStatementCollection* get_Statements(); [JScript] public function get Statements() : CodeStatementCollection;
A CodeStatementCollection containing the statements within the catch block.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
CodeCatchClause Class | CodeCatchClause Members | System.CodeDom Namespace | CodeStatementCollection | CodeStatement