10 instantiations of ProtocolException
NuGet.Protocol (10)
Plugins\Connection.cs (1)
210
throw new
ProtocolException
(Strings.Plugin_HandshakeFailed);
Plugins\MessageDispatcher.cs (5)
558
throw new
ProtocolException
(
583
throw new
ProtocolException
(
610
throw new
ProtocolException
(payload.Message);
649
throw new
ProtocolException
(
662
throw new
ProtocolException
(
Plugins\OutboundRequestContext`1.cs (2)
137
throw new
ProtocolException
(
198
throw new
ProtocolException
(payload.Message);
Plugins\PluginFactory.cs (1)
272
throw new
ProtocolException
(
Plugins\Receiver.cs (1)
65
var ex = new
ProtocolException
(Strings.Plugin_ProtocolException, exception);
7 references to ProtocolException
NuGet.Protocol (7)
Plugins\MessageDispatcher.cs (2)
617
ProtocolException
exception = null;
624
catch (
ProtocolException
ex)
Plugins\PluginFactory.cs (2)
112
/// <exception cref="
ProtocolException
">Thrown if a plugin protocol error occurs.</exception>
268
catch (
ProtocolException
ex)
Plugins\ProtocolException.cs (2)
18
/// Instantiates a new <see cref="
ProtocolException
" /> class.
27
/// Instantiates a new <see cref="
ProtocolException
" /> class.
Plugins\Receiver.cs (1)
65
var
ex = new ProtocolException(Strings.Plugin_ProtocolException, exception);