Пример #1
0
 public void NotifyError(Exception e)
 {
     state     = EnumDownloadState.Error;
     e.Source += string.Format(" downloader id:{0}", Info.Id);
     Logger.Error(e);
     NotifyState(e.Message);
 }
Пример #2
0
		public void NotifyError(Exception e)
		{
			state = EnumDownloadState.Error;
			e.Source += string.Format(" downloader id:{0}", Info.Id);
			Logger.Error(e);
			NotifyState(e.Message);
		}