public AOGroupNotFoundException(string dn, Exception innerException) : base(Strings.AOGroupNotFoundException(dn), innerException) { this.dn = dn; }
public AOGroupNotFoundException(string dn) : base(Strings.AOGroupNotFoundException(dn)) { this.dn = dn; }