private void RaiseTimeTrackerError(string message, Exception nestedException) { TimeTrackerError?.Invoke(this, new TimeTrackerErrorEvent(message, nestedException)); }
private void RaiseTimeTrackerError(string message) { TimeTrackerError?.Invoke(this, new TimeTrackerErrorEvent(message)); }