NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeTryCatchFinallyStatement.CatchClauses

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;

Property Value

A CodeCatchClauseCollection indicating the catch clauses to use.

See Also

CodeTryCatchFinallyStatement Class | CodeTryCatchFinallyStatement Members | System.CodeDOM Namespace | CodeCatchClauseCollection