Searched defs:CpuAbortException (Results 1 – 1 of 1) sorted by relevance
12 public class CpuAbortException : Exception class14 public CpuAbortException() in CpuAbortException() method in Antmicro.Renode.Peripherals.CPU.CpuAbortException19 public CpuAbortException(string message) : base(message) in CpuAbortException() method in Antmicro.Renode.Peripherals.CPU.CpuAbortException24 … public CpuAbortException(string message, Exception innerException) : base(message, innerException) in CpuAbortException() method in Antmicro.Renode.Peripherals.CPU.CpuAbortException