CodeTryCatchFinallyStatement::CatchClauses Property

 

Gets the catch clauses to use.

Namespace:   System.CodeDom
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
Return to top
Show: