Mono Class Library: System.Reflection.Emit.ILGenerator Overview | Members

System.Reflection.Emit.ILGenerator.BeginExceptionBlock Method

Marks the beginning of a try block [Edit]

public virtual Label BeginExceptionBlock ()

Returns

A label pointing to the end of the try block. [Edit]

Remarks

Use this method to flag the beginning of a try block. See "Exception Handling" on the ECMA documentation Partition II for details on exception handling. [Edit]

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0