Exemplo n.º 1
0
 void f_Error(object sender, Flow.ErrorEventArgs e)
 {
     if (e.Error is InvalidTimeZoneException)
     {
         e.StopProcessing = false; // carry on
     }
 }
Exemplo n.º 2
0
 internal static void flow_Error(object sender, Flow.ErrorEventArgs e)
 {
     Assert.Fail("Error was thrown from node (after retries): {0}", e.Error.Message);
 }