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