Exemplo n.º 1
0
 /// <summary>
 ///  Uses separate synchronous channel for sending exceptions back to the
 /// host installed this hook
 /// </summary>
 /// <param name="ex"></param>
 public void sendException(RemoteHookingException ex)
 {
     remote_receiver.receiveRemoteHookingException(ex);
 }
Exemplo n.º 2
0
 public void receiveRemoteHookingException(RemoteHookingException ex)
 {
     communication_point.receiveRemoteHookingException(ex);
 }