Searched refs:CaughtException (Results 1 – 1 of 1) sorted by relevance
101 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.TestThread158 CaughtException = e; in ThreadBody()