CodeGenerator::GenerateTryCatchFinallyStatement Method (CodeTryCatchFinallyStatement^)

 

Generates code for the specified try...catch...finally statement.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
virtual void GenerateTryCatchFinallyStatement(
	CodeTryCatchFinallyStatement^ e
) abstract

Parameters

e
Type: System.CodeDom::CodeTryCatchFinallyStatement^

The statement to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: