Ejemplo n.º 1
0
 public override void Poll()
 {
     System.Exception error = crashError.Pop();
     if (error != null)
     {
         throw new DFRemoteException(error);
     }
 }