In ReFramework,suppose i have to send mail for two cases:-
- Invalid Data – Flag is flase
2.Invalid Input file
now in case of invalid data i am able to send mail in BusinessRuleException like
if (BusinessRuleException isnot Nothing)
{
send mail for invalid data
}
for Invalid Input File – Flag is False
then how to send mail by what condition