5 references to UnexpectedMessageWithoutHandshake
dotnet (5)
Commands\Test\MTP\TestApplicationHandler.cs (5)
261
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(DiscoveredTestMessages)));
309
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(TestResultMessages)));
380
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(TestInProgressMessages)));
414
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(FileArtifactMessages)));
481
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(TestSessionEvent)));