I'm new on the C# and I have one question. I have one function for this job.
The function is static:
FilterMethods.GetEmpDiscount(item.campaigns) //item.campaings type a Class, this function return decimal value. How Can I Invoke this function at other function.
FilterMethods.GetEmpDiscount(myCampaigns)?How Can I Invoke this function at other functionyou don't, just call it... AlsoHandleException Classwhat does this question have to do withException?