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