Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Binding/
DExceptionKeeper.cs22 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
/Renode-Infrastructure-v1.15.3-29f510e/licenses/
DLGPL.txt430 Software Foundation; we sometimes make exceptions for this. Our