Exemple #1
0
 public FcmNotificationException(FcmNotification notification, string msg) : base(msg, notification)
 {
     Notification = notification;
 }
Exemple #2
0
 public FcmNotificationException(FcmNotification notification, string msg, string description) : base(msg, notification)
 {
     Notification = notification;
     Description  = description;
 }