Exemplo n.º 1
0
 private void DoHandle(ProgressRunnerException ex, ExceptionInfo info)
 {
     // we're only interested in the inner exception - we know where the
     // outer one comes from
     Invoke(ex.InnerException, info);
 }
Exemplo n.º 2
0
 private void DoHandle(ProgressRunnerException ex, ExceptionInfo info)
 {
     // we're only interested in the inner exception - we know where the
     // outer one comes from
     Invoke(ex.InnerException, info);
 }