PEAPI

CILInstructions.EndTryBlock Method 

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();

Return Value

The try block just ended

See Also

CILInstructions Class | CILInstructions Members | PEAPI Namespace