示例#1
0
 public FirefoxNotificationException(FirefoxNotification notification, string msg)
     : base(msg, notification)
 {
     Notification = notification;
 }
示例#2
0
 public FirefoxNotificationException (FirefoxNotification notification, string msg)
     : base (msg, notification)
 {
     Notification = notification;
 }