Esempio n. 1
0
 internal void InvokeErrorThrown(Exception exception)
 {
     ClientErrorThrown?.Invoke(this, exception);
 }
 protected internal override void RaiseErrorThrown(Exception ex)
 {
     ClientErrorThrown?.Invoke(this, ex);
 }