Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Exceptions/
DRegistrationException.cs12 public class RegistrationException : RecoverableException class
15 …public RegistrationException(string name, string parentName):base(string.Format("Could not registe… in RegistrationException() method in Antmicro.Renode.Exceptions.RegistrationException
19 …public RegistrationException (string name, string parentName, string reason):base(string.Format("C… in RegistrationException() method in Antmicro.Renode.Exceptions.RegistrationException
22 public RegistrationException(string message):base(message) in RegistrationException() method in Antmicro.Renode.Exceptions.RegistrationException