Gets or sets the catch clauses to use.
[Visual Basic] Public ReadOnly Property CatchClauses As CodeCatchClauseCollection [C#] public CodeCatchClauseCollection CatchClauses {get;} [C++] public: __property CodeCatchClauseCollection* get_CatchClauses(); [JScript] public function get CatchClauses() : CodeCatchClauseCollection;
A CodeCatchClauseCollection indicating the catch clauses to use.
CodeTryCatchFinallyStatement Class | CodeTryCatchFinallyStatement Members | System.CodeDOM Namespace | CodeCatchClauseCollection