We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b54c06 commit 2fdcb43Copy full SHA for 2fdcb43
README.md
@@ -34,7 +34,7 @@ broker.OnNotificationFailed += (notification, aggregateEx) => {
34
aggregateEx.Handle (ex => {
35
36
// See what kind of exception it was to further diagnose
37
- if (exception is ApnsNotificationException) {
+ if (ex is ApnsNotificationException) {
38
var apnsEx = ex as ApnsNotificationException;
39
40
// Deal with the failed notification
0 commit comments