Home
last modified time | relevance | path

Searched refs:PropertySettingException (Results 1 – 3 of 3) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DParsingError.cs52 PropertySettingException = 40, enumerator
DCreationDriver.cs771 …HandleError(ParsingError.PropertySettingException, attribute, string.Format("Exception was thrown … in SetPropertiesAndConnectInterrupts()
/Renode-v1.15.3-c57714d/tests/unit-tests/RenodeTests/PlatformDescription/
DMergeAndCreationTests.cs974 Assert.AreEqual(ParsingError.PropertySettingException, exception.Error); in ShouldCatchExceptionOnPropertySetting()