Generates code for the specified CodeDOM based try catch finally statement representation.
[Visual Basic] MustOverride Protected Sub GenerateTryCatchFinallyStatement( _ ByVal e As CodeTryCatchFinallyStatement _ ) [C#] protected abstract void GenerateTryCatchFinallyStatement( CodeTryCatchFinallyStatement e ); [C++] protected: virtual void GenerateTryCatchFinallyStatement( CodeTryCatchFinallyStatement* e ) = 0; [JScript] protected abstract function GenerateTryCatchFinallyStatement( e : CodeTryCatchFinallyStatement );
CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace | CodeTryCatchFinallyStatement