Searched refs:exceptions (Results 1 – 2 of 2) sorted by relevance
22 exceptions.Add(dispatchInfo); in AddException()27 if(!exceptions.Any()) in ThrowExceptions()34 if(exceptions.Count == 1) in ThrowExceptions()36 exceptions[0].Throw(); in ThrowExceptions()42 new AggregateException(exceptions.Select(x => x.SourceException)) in ThrowExceptions()47 exceptions.Clear(); in ThrowExceptions()53 foreach(var exception in exceptions) in PrintExceptions()59 private readonly List<ExceptionDispatchInfo> exceptions = new List<ExceptionDispatchInfo>(); field in Antmicro.Renode.Utilities.Binding.ExceptionKeeper
430 Software Foundation; we sometimes make exceptions for this. Our