예제 #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;
 }