CodeTryCatchFinallyStatement::CatchClauses Property
.NET Framework (current version)
Gets the catch clauses to use.
Assembly: System (in System.dll)
public: property CodeCatchClauseCollection^ CatchClauses { CodeCatchClauseCollection^ get(); }
Property Value
Type: System.CodeDom::CodeCatchClauseCollection^A CodeCatchClauseCollection that indicates the catch clauses to use.
.NET Framework
Available since 1.1
Available since 1.1
Show: