public override void AddError(string dataItemId, Exception error)
 {
     errors.Add(new KeyValuePair <string, Exception>(dataItemId, error));
 }
Beispiel #2
0
 protected override void AddError(string dataItemId, string error)
 {
     errors.Add(new KeyValuePair <string, string>(dataItemId, error));
 }