Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DConnector.cs33 ThrowConnectionException(connectee.GetType(), connector.GetType()); in Connect()
51 ThrowConnectionException(connectee.GetType(), connector.GetType(), true); in Disconnect()
74 … private static void ThrowConnectionException(Type tone, Type ttwo, bool disconnection = false) in ThrowConnectionException() method in Antmicro.Renode.Core.Connector