Mark this position as the end of the last started block and make it a fault block. This fault block is associated with the specified try block.
[Visual Basic]
Public Sub EndFaultBlock( _
ByVal tryBlock As PEAPI.TryBlock _
)
[C#]
public void EndFaultBlock(
TryBlock tryBlock
);
CILInstructions Class | CILInstructions Members | PEAPI Namespace