PEAPI

TryBlock Constructor 

Create a new try block

[Visual Basic]
Public Sub New( _
   ByVal start As PEAPI.CILLabel, _
   ByVal end As PEAPI.CILLabel _
)
[C#]
public TryBlock(
   CILLabel start,
   CILLabel end
);

Parameters

start
start label for the try block
end
end label for the try block

See Also

TryBlock Class | TryBlock Members | PEAPI Namespace