Esempio n. 1
0
 public IValidate <TType> WithException <TNewException>() where TNewException : Exception, new()
 {
     m_rules.WithException <TNewException>();
     return(this);
 }