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