コード例 #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);
 }
コード例 #2
0
 public void receiveRemoteHookingException(RemoteHookingException ex)
 {
     communication_point.receiveRemoteHookingException(ex);
 }