Exemple #1
0
 public void IgnoreException(string message)
 {
     DecodaPINVOKE.DebugFrontend_IgnoreException(swigCPtr, message);
     if (DecodaPINVOKE.SWIGPendingException.Pending)
     {
         throw DecodaPINVOKE.SWIGPendingException.Retrieve();
     }
 }