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 Class

Represents a try block, with any number of catch clauses and an optionally finally block.

Object
   CodeStatement
      CodeTryCatchFinallyStatement

[Visual Basic]
Public Class CodeTryCatchFinallyStatement
   Inherits CodeStatement
[C#]
public class CodeTryCatchFinallyStatement : CodeStatement
[C++]
public __gc class CodeTryCatchFinallyStatement : public
   CodeStatement
[JScript]
public class CodeTryCatchFinallyStatement extends CodeStatement

Remarks

[To be supplied.]

Requirements

Namespace: System.CodeDOM

Assembly: System.dll

See Also

CodeTryCatchFinallyStatement Members | System.CodeDOM Namespace