Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Exceptions/
DRegistrationException.cs15 …public RegistrationException(string name, string parentName):base(string.Format("Could not registe… in RegistrationException()
19 …public RegistrationException (string name, string parentName, string reason):base(string.Format("C… in RegistrationException()