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 699d9f5 commit 38c51c7Copy full SHA for 38c51c7
PushSharp.Apple/Exceptions.cs
@@ -24,7 +24,7 @@ public ApnsNotificationException(byte errorStatusCode, ApnsNotification notifica
24
{ }
25
26
public ApnsNotificationException (ApnsNotificationErrorStatusCode errorStatusCode, ApnsNotification notification)
27
- : base ($"Apns notification error: '{errorStatusCode}'")
+ : base ("Apns notification error: '" + errorStatusCode + "'")
28
{
29
Notification = notification;
30
ErrorStatusCode = errorStatusCode;
0 commit comments