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.TryStatements

Gets or sets the try statements to try.

[Visual Basic]
Public ReadOnly Property TryStatements As CodeStatementCollection
[C#]
public CodeStatementCollection TryStatements {get;}
[C++]
public: __property CodeStatementCollection* get_TryStatements();
[JScript]
public function get TryStatements() : CodeStatementCollection;

Property Value

A CodeStatementCollection indicating the statements to try.

See Also

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