예제 #1
0
 private void checkForLastException(UploadPartInvoker invoker)
 {
     if (invoker.LastException != null)
     {
         throw invoker.LastException;
     }
 }
 private static void checkForLastException(UploadPartInvoker invoker)
 {
     if (invoker.LastException != null)
         throw invoker.LastException;
 }