Beispiel #1
0
 private void OnReceiveException(Exception exception)
 {
     ReceiveException?.Invoke(this, new ExceptionEventArgs(exception, null));
 }
Beispiel #2
0
 protected virtual void OnReceiveException(Exception exception)
 {
     ReceiveException?.Invoke(this, new ExceptionEventArgs(exception, null));
 }