PEAPI

TryBlock.AddHandler Method 

Add a handler to this try block

[Visual Basic]
Public Sub AddHandler( _
   ByVal handler As PEAPI.HandlerBlock _
)
[C#]
public void AddHandler(
   HandlerBlock handler
);

Parameters

handler
a handler to be added to the try block

See Also

TryBlock Class | TryBlock Members | PEAPI Namespace