Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Utilities/
DThreadSyncTester.cs101 if(CaughtException != null) in Execute()
108 return CaughtException == null; in Execute()
113 if(CaughtException != null) in CheckException()
115 throw CaughtException; in CheckException()
137 public Exception CaughtException { get; private set; } property in Antmicro.Renode.UnitTests.Utilities.ThreadSyncTester.TestThread
158 CaughtException = e; in ThreadBody()