CodeTryCatchFinallyStatement::TryStatements Property
.NET Framework (current version)
Gets the statements to try.
Assembly: System (in System.dll)
public: property CodeStatementCollection^ TryStatements { CodeStatementCollection^ get(); }
Property Value
Type: System.CodeDom::CodeStatementCollection^A CodeStatementCollection that indicates the statements to try.
.NET Framework
Available since 1.1
Available since 1.1
Show: