Пример #1
0
 protected virtual void OnExceptionInvoked(EventArgsT <Exception> e)
 {
     ExceptionInvoked?.Invoke(this, e);
 }
Пример #2
0
 private void OnExceptionInvoked(EventArgsT <Exception> e)
 {
     ExceptionInvoked?.Invoke(this, e);
 }