4 references to UnexpectedMessageWithoutHandshake
dotnet (4)
Commands\Test\MTP\TestApplicationHandler.cs (4)
102
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(DiscoveredTestMessages)));
130
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(TestResultMessages)));
183
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(FileArtifactMessages)));
213
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(TestSessionEvent)));