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