1 instantiation of CommunicationException
Microsoft.TestPlatform.CommunicationUtilities (1)
LengthPrefixCommunicationChannel.cs (1)
67throw new CommunicationException("Unable to send data over channel.", ex);
4 references to CommunicationException
Microsoft.TestPlatform.CommunicationUtilities (3)
Interfaces\Communication\CommunicationException.cs (3)
14/// Initializes a new instance of the <see cref="CommunicationException" /> class. 21/// Initializes a new instance of the <see cref="CommunicationException" /> class with provided 31/// Initializes a new instance of the <see cref="CommunicationException" /> class with provided
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\ProxyDiscoveryManager.cs (1)
201if (!(_proxyOperationManager != null && _proxyOperationManager.CancellationTokenSource.IsCancellationRequested && exception is CommunicationException))