Exemplo n.º 1
0
 /// <summary>
 /// Remove an ignorable exception from the collection.</summary>
 public void Remove(AgentIgnorableException exception)
 {
     List.Remove(exception);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Add an ignorable exception to the collection.</summary>
 public void Add(AgentIgnorableException exception)
 {
     List.Add(exception);
 }