2 instantiations of ProtocolErrorEventArgs
NuGet.Protocol (2)
Plugins\Receiver.cs (2)
65
? new
ProtocolErrorEventArgs
(ex) : new
ProtocolErrorEventArgs
(ex, message);
9 references to ProtocolErrorEventArgs
NuGet.Protocol (9)
Plugins\Connection.cs (2)
31
public event EventHandler<
ProtocolErrorEventArgs
>? Faulted;
305
private void OnFaulted(object? sender,
ProtocolErrorEventArgs
e)
Plugins\IConnection.cs (1)
19
event EventHandler<
ProtocolErrorEventArgs
>? Faulted;
Plugins\IReceiver.cs (1)
16
event EventHandler<
ProtocolErrorEventArgs
>? Faulted;
Plugins\Plugin.cs (1)
222
private void OnFaulted(object? sender,
ProtocolErrorEventArgs
e)
Plugins\ProtocolErrorEventArgs.cs (2)
24
/// Instantiates a new <see cref="
ProtocolErrorEventArgs
" /> class.
39
/// Instantiates a new <see cref="
ProtocolErrorEventArgs
" /> class.
Plugins\Receiver.cs (2)
26
public event EventHandler<
ProtocolErrorEventArgs
>? Faulted;
64
var
eventArgs = message == null