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