Home
last modified time | relevance | path

Searched defs:KeywordException (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DKeywordException.cs10 public class KeywordException : Exception class
12 public KeywordException(string message) : base(message) in KeywordException() method in Antmicro.Renode.RobotFramework.KeywordException
16 … public KeywordException(string message, params object[] args) : base(string.Format(message, args)) in KeywordException() method in Antmicro.Renode.RobotFramework.KeywordException