PEAPI

CILInstructions.EndFinallyBlock Method 

Mark this position as the end of the last started block and make it a finally block. This finally block is associated with the specified try block.

[Visual Basic]
Public Sub EndFinallyBlock( _
   ByVal tryBlock As PEAPI.TryBlock _
)
[C#]
public void EndFinallyBlock(
   TryBlock tryBlock
);

Parameters

tryBlock
the try block associated with this finally block

See Also

CILInstructions Class | CILInstructions Members | PEAPI Namespace