Exemplo n.º 1
0
 private void OnFaulted(object sender, ProtocolErrorEventArgs e)
 {
     Faulted?.Invoke(this, new FaultedPluginEventArgs(this, e.Exception));
 }
Exemplo n.º 2
0
 private void OnFaulted(object sender, ProtocolErrorEventArgs e)
 {
     Faulted?.Invoke(this, e);
 }