Ejemplo n.º 1
0
 /**
  * Constructs this exception with the specified message
  *
  * @param m the message
  */
 public BiffException(BiffMessage m)
     : base(m.message)
 {
 }
Ejemplo n.º 2
0
 /**
  * Constructs this exception with the specified message
  *
  * @param m the message
  */
 public BiffException(BiffMessage m)
     : base(m.message)
 {
 }