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 Properties

The properties of the CodeTryCatchFinallyStatement class are listed below. For a complete list of CodeTryCatchFinallyStatement class members, see the CodeTryCatchFinallyStatement Members topic.

Public:

CatchClauses Gets or sets the catch clauses to use.
FinallyStatements Gets or sets the finally statements to use.
LinePragma (inherited from CodeStatement) The line the statement occurs on.
TryStatements Gets or sets the try statements to try.

See Also

CodeTryCatchFinallyStatement Class | System.CodeDOM Namespace