Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Exceptions/
DParametersMismatchException.cs13 public class ParametersMismatchException : RecoverableException class
15 …public ParametersMismatchException(Type type, string command, string name) : base("Parameters did … in ParametersMismatchException() method in Antmicro.Renode.UserInterface.Exceptions.ParametersMismatchException
21 …public ParametersMismatchException(Type type, string command, string name, string message) : base(… in ParametersMismatchException() method in Antmicro.Renode.UserInterface.Exceptions.ParametersMismatchException
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs427 catch(ParametersMismatchException e) in ProcessDeviceAction()
1283 throw new ParametersMismatchException(type, commandValue, name); in ExecuteDeviceAction()
1298 throw new ParametersMismatchException(type, commandValue, name); in ExecuteDeviceAction()
1378 throw new ParametersMismatchException(type, commandValue, name); in ExecuteDeviceAction()
1383 throw new ParametersMismatchException(type, commandValue, name); in ExecuteDeviceAction()
1391 throw new ParametersMismatchException(type, commandValue, name); in ExecuteDeviceAction()
1428 throw new ParametersMismatchException(type, commandValue, name); in ExecuteDeviceAction()