Searched defs:KeywordException (Results 1 – 1 of 1) sorted by relevance
10 public class KeywordException : Exception class12 public KeywordException(string message) : base(message) in KeywordException() method in Antmicro.Renode.RobotFramework.KeywordException16 … public KeywordException(string message, params object[] args) : base(string.Format(message, args)) in KeywordException() method in Antmicro.Renode.RobotFramework.KeywordException