Exemple #1
0
 void InvokeExceptionThrown(object sender, JobExceptionThrownEventArguments args) => _exceptionThrown?.Invoke(sender, args);
Exemple #2
0
 protected void InvokeExceptionThrown(JobExceptionThrownEventArguments args) => _exceptionThrown?.Invoke(this, args);
Exemple #3
0
 void LogException(object sender, JobExceptionThrownEventArguments args) => LogException(args.Exception);