Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Binding/
DExceptionKeeper.cs16 public void AddException(Exception e) in AddException() method in Antmicro.Renode.Utilities.Binding.ExceptionKeeper
DNativeBinder.cs231 … var addException = typeof(ExceptionKeeper).GetMethod(nameof(ExceptionKeeper.AddException)); in WrapExport()