void ErrorHandlingOnCustomSendErrorNotification(object sender, CustomSendErrorNotificationEventArgs customSendErrorNotificationEventArgs) {
     Log(customSendErrorNotificationEventArgs.Exception);
 }
Exemple #2
0
 void ErrorHandlingOnCustomSendErrorNotification(object sender, CustomSendErrorNotificationEventArgs customSendErrorNotificationEventArgs)
 {
     Log(customSendErrorNotificationEventArgs.Exception);
 }