Beispiel #1
0
 public DownloadSourceCrashedException(string message, UpdateSourceBase source, Exception failReason) : base(message, failReason)
 {
     Source = source;
 }
 public DownloadSourceInfo(UpdateSourceBase updateSource)
 {
     Source = updateSource;
 }