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!

CSharpCodeGenerator.GenerateTryCatchFinallyStatement

Generates code for the specified CodeDOM based try catch finally statement representation.

[Visual Basic]
Overrides Protected Sub GenerateTryCatchFinallyStatement( _
   ByVal e As CodeTryCatchFinallyStatement _
)
[C#]
protected override void GenerateTryCatchFinallyStatement(
   CodeTryCatchFinallyStatement e
);
[C++]
protected: override void GenerateTryCatchFinallyStatement(
   CodeTryCatchFinallyStatement* e
);
[JScript]
protected override function GenerateTryCatchFinallyStatement(
   e : CodeTryCatchFinallyStatement
);

Parameters

e
A CodeTryCatchFinallyStatement that indicates the statement to generate code for.

See Also

CSharpCodeGenerator Class | CSharpCodeGenerator Members | System.CodeDOM.Compiler Namespace | CodeTryCatchFinallyStatement