2 instantiations of ProtocolErrorEventArgs
NuGet.Protocol (2)
Plugins\Receiver.cs (2)
67
? new
ProtocolErrorEventArgs
(ex) : new
ProtocolErrorEventArgs
(ex, message);
9 references to ProtocolErrorEventArgs
NuGet.Protocol (9)
Plugins\Connection.cs (2)
33
public event EventHandler<
ProtocolErrorEventArgs
> Faulted;
307
private void OnFaulted(object sender,
ProtocolErrorEventArgs
e)
Plugins\IConnection.cs (1)
21
event EventHandler<
ProtocolErrorEventArgs
> Faulted;
Plugins\IReceiver.cs (1)
18
event EventHandler<
ProtocolErrorEventArgs
> Faulted;
Plugins\Plugin.cs (1)
224
private void OnFaulted(object sender,
ProtocolErrorEventArgs
e)
Plugins\ProtocolErrorEventArgs.cs (2)
26
/// Instantiates a new <see cref="
ProtocolErrorEventArgs
" /> class.
41
/// Instantiates a new <see cref="
ProtocolErrorEventArgs
" /> class.
Plugins\Receiver.cs (2)
28
public event EventHandler<
ProtocolErrorEventArgs
> Faulted;
66
var
eventArgs = message == null