Create a new catch clause
[Visual Basic]Public Sub New( _ ByVal except As PEAPI.Class, _ ByVal handlerStart As PEAPI.CILLabel, _ ByVal handlerEnd As PEAPI.CILLabel _)
[C#]public Catch( Class except, CILLabel handlerStart, CILLabel handlerEnd);
Catch Class | Catch Members | PEAPI Namespace