5 references to UnexpectedMessageWithoutHandshake
dotnet (5)
Commands\Test\MTP\TestApplicationHandler.cs (5)
158
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(DiscoveredTestMessages)));
200
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(TestResultMessages)));
269
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(TestInProgressMessages)));
303
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(FileArtifactMessages)));
350
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(TestSessionEvent)));