10 instantiations of ProtocolException
NuGet.Protocol (10)
Plugins\Connection.cs (1)
208
throw new
ProtocolException
(Strings.Plugin_HandshakeFailed);
Plugins\MessageDispatcher.cs (5)
555
throw new
ProtocolException
(
580
throw new
ProtocolException
(
609
throw new
ProtocolException
(payload?.Message);
646
throw new
ProtocolException
(
657
throw new
ProtocolException
(
Plugins\OutboundRequestContext`1.cs (2)
138
throw new
ProtocolException
(
212
throw new
ProtocolException
(payload?.Message);
Plugins\PluginFactory.cs (1)
277
throw new
ProtocolException
(
Plugins\Receiver.cs (1)
63
var ex = new
ProtocolException
(Strings.Plugin_ProtocolException, exception);
7 references to ProtocolException
NuGet.Protocol (7)
Plugins\MessageDispatcher.cs (2)
616
ProtocolException
? exception = null;
623
catch (
ProtocolException
ex)
Plugins\PluginFactory.cs (2)
117
/// <exception cref="
ProtocolException
">Thrown if a plugin protocol error occurs.</exception>
273
catch (
ProtocolException
ex)
Plugins\ProtocolException.cs (2)
16
/// Instantiates a new <see cref="
ProtocolException
" /> class.
25
/// Instantiates a new <see cref="
ProtocolException
" /> class.
Plugins\Receiver.cs (1)
63
var
ex = new ProtocolException(Strings.Plugin_ProtocolException, exception);