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 );
VBCodeGenerator Class | VBCodeGenerator Members | System.CodeDOM.Compiler Namespace | CodeTryCatchFinallyStatement