Esempio n. 1
0
 /// <summary>
 /// 从<see cref =“ConfigurationElementCollection”/>中删除指定的<see cref =“ExceptionElement”/>.
 /// </summary>
 /// <param name="exception"> <see cref="ExceptionElement"/>删除.</param>
 public void Remove(ExceptionElement exception)
 {
     base.BaseRemove(this.GetElementKey(exception));
 }
Esempio n. 2
0
 /// <summary>
 /// 将指定的<see cref =“ExceptionElement”/>添加到<see cref =“ConfigurationElementCollection”/>.
 /// </summary>
 /// <param name="exception"> <see cref="ExceptionElement"/> 添加.</param>
 public void Add(ExceptionElement exception)
 {
     base.BaseAdd(exception);
 }