Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Exceptions/
DConstructionException.cs12 public class ConstructionException : RecoverableException class
14 public ConstructionException (string message):base(message) in ConstructionException() method in Antmicro.Renode.Exceptions.ConstructionException
18 …public ConstructionException (string message, Exception innerException):base(message, innerExcepti… in ConstructionException() method in Antmicro.Renode.Exceptions.ConstructionException