Mark this position as the end of the last started block and make it a try block. This try block is added to the current instructions (ie do not need to call AddTryBlock)
[Visual Basic]
Public Function EndTryBlock() As PEAPI.TryBlock
[C#]
public TryBlock EndTryBlock();
The try block just ended
CILInstructions Class | CILInstructions Members | PEAPI Namespace