Home
last modified time | relevance | path

Searched refs:Exception (Results 1 – 25 of 130) sorted by relevance

123456

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Tokenizer/
DTokenizationResult.cs25 Exception = e; in TokenizationResult()
30 public RecoverableException Exception { get; private set; } property in Antmicro.Renode.UserInterface.TokenizationResult
35 … + Exception != null ? String.Format(" Exception message: {0}",Exception.Message):""); in ToString()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DShowBackendAnalyzerCommand.cs48 catch (Exception e) in Run()
84 throw new Exception(string.Format("Peripheral not found: {0}", peripheralName)); in GetAnalyzer()
90 throw new Exception(string.Format("No backend found for {0}", peripheralName)); in GetAnalyzer()
97 … throw new Exception(string.Format("No suitable analyzer found for {0}", peripheralName)); in GetAnalyzer()
104 … throw new Exception(string.Format("{0}: analyzer not found.", analyzerTypeName)); in GetAnalyzer()
109 … throw new Exception(string.Format("Couldn't create analyzer {0}.", analyzerTypeName)); in GetAnalyzer()
120 throw new Exception(buffer.ToString()); in GetAnalyzer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Exceptions/
DRecoverableException.cs12 public class RecoverableException : Exception
14 public RecoverableException(Exception innerException) : base(String.Empty, innerException) in RecoverableException()
18 …public RecoverableException(string message, Exception innerException) : base(message, innerExcepti… in RecoverableException()
DConfigurationException.cs10 public class ConfigurationException : System.Exception
DConstructionException.cs18 …public ConstructionException (string message, Exception innerException):base(message, innerExcepti… in ConstructionException()
DRegisterValueUnavailableException.cs17 …public RegisterValueUnavailableException(string message, Exception innerException) : base(message,… in RegisterValueUnavailableException()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DCpuAbortException.cs12 public class CpuAbortException : Exception
24 … public CpuAbortException(string message, Exception innerException) : base(message, innerException) in CpuAbortException()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DDebugAssert.cs12 class AssertException : Exception
22 public AssertException(string message, Exception inner) : base(message, inner) in AssertException()
DELFUtils.cs25 catch(Exception e) in LoadELF()
DTemporaryFilesManager.cs79 catch(Exception) in TryCreateFile()
169 catch(Exception) in ClearDirectory()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Binding/
DExceptionKeeper.cs16 public void AddException(Exception e) in AddException()
39 throw new Exception in ThrowExceptions()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DCrashHandler.cs20 public static void HandleCrash(Exception e) in HandleCrash()
29 catch(Exception) in HandleCrash()
76 private static string GetFullStackTrace(Exception e) in GetFullStackTrace()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DExternalCPU.cs24 … throw new Exception("This is only a stub class that should not be directly used in a platform"); in ExternalCPU()
84 catch(Exception) in ExecuteInstructions()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/
DICM20948_Accelerometer.cs151 throw new Exception("Wrong accelerometer full scale range selection");
171 throw new Exception("Wrong accelerometer full scale range selection");
195 throw new Exception("Wrong accelerometer decimator config selection");
DICM20948_Gyroscope.cs149 throw new Exception("Wrong gyroscope full scale range selection");
169 throw new Exception("Wrong gyroscope full scale range selection");
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Profiler/
DProfilerEntry.cs76 public ExceptionEntry(ulong index) : base(ProfilerEntryType.Exception) in ExceptionEntry()
89 Exception enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DRenesasRA_GPIOMisc.cs42 throw new Exception("unreachable");
58 throw new Exception("unreachable"); in DefineRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBRequestException.cs11 public class USBRequestException : Exception
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/XwtProvider/
DXwtProvider.cs66 catch(Exception) in Initialize()
85 …GLib.ExceptionManager.UnhandledException += arg => CrashHandler.HandleCrash((Exception)arg.Excepti… in RunMainLoopInCurrentThread()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/
DRESDException.cs11 public class RESDException : Exception
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/
DTypeExtensions.cs136 catch(Exception ex) when (ex is TypeLoadException || in InnerIsTypeConvertible()
147 catch(Exception ex) when (ex is TypeLoadException || in InnerIsTypeConvertible()
158 catch(Exception ex) when (ex is TypeLoadException || in InnerIsTypeConvertible()
169 catch(Exception ex) when (ex is TypeLoadException || in InnerIsTypeConvertible()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DEmulatedNetworkService.cs30 catch(Exception e) in CreateEmulatedNetworkService()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DCFIFlashExtensions.cs25 catch(Exception e) in CFIFlashFromFile()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DRenesasRZG_GTM.cs117 throw new Exception("Unreachable"); in DefineRegisters()
168 throw new Exception("Unreachable"); in HandleLimitReached()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService_FrameAssembler.cs135 throw new Exception("Unreachable"); in FrameAssembler()
153 throw new Exception("Unreachable"); in FrameAssembler()
234 catch(Exception e) in TryCreateEthernetFrame()

123456