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