5 references to UnexpectedMessageWithoutHandshake
dotnet (5)
Commands\Test\MTP\TestApplicationHandler.cs (5)
199
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(DiscoveredTestMessages)));
241
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(TestResultMessages)));
310
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(TestInProgressMessages)));
344
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(FileArtifactMessages)));
391
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(TestSessionEvent)));