示例#1
0
 private void NotifyError(Bundle bundle, Exception e)
 {
     if (this.Error != null)
     {
         this.Error(e);
     }
     EventLogHelper.WriteWarning(null,
                                 string.Format("BundleResolver: Failed pulling certs from bundle URL: {0}, [{1}]", bundle.Url, e)
                                 );
 }