If you trap an exception inside your control and don't know how to handle it - turn it into an event.
public event EventHandler<ExceptionEventArgs> Exception;Raise the event inside the catch block.
Subscribe to:
Post Comments
(
Atom
)
0 comment(s) :
Post a Comment