static void LogErrorAndCancel(AsyncTask asyncTask, Exception exc)
 {
     asyncTask.LogCodedError("XA0000", "Unhandled exception: {0}", exc);
     asyncTask.Cancel();
 }
示例#2
0
 static void LogErrorAndCancel(AsyncTask asyncTask, Exception exc)
 {
     asyncTask.LogCodedError("XA0000", Properties.Resources.XA0000_Exception, exc);
     asyncTask.Cancel();
 }