Example #1
0
 public void AddException(ExceptionInfo exception)
 {
     Exceptions = Exceptions.Append(exception).ToList();
 }