Ejemplo n.º 1
0
 public AOGroupNotFoundException(string dn, Exception innerException) : base(Strings.AOGroupNotFoundException(dn), innerException)
 {
     this.dn = dn;
 }
Ejemplo n.º 2
0
 public AOGroupNotFoundException(string dn) : base(Strings.AOGroupNotFoundException(dn))
 {
     this.dn = dn;
 }