Exemplo n.º 1
0
 public FirefoxNotificationException(FirefoxNotification notification, string msg)
     : base(msg, notification)
 {
     Notification = notification;
 }
Exemplo n.º 2
0
 public FirefoxNotificationException (FirefoxNotification notification, string msg)
     : base (msg, notification)
 {
     Notification = notification;
 }