PEAPI

CILInstructions.EndCatchBlock Method 

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

Parameters

exceptType
the exception type to be caught
tryBlock
the try block associated with this catch block

See Also

CILInstructions Class | CILInstructions Members | PEAPI Namespace