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.
2 parents 9b54c06 + 2fdcb43 commit fca1bb1Copy full SHA for fca1bb1
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