1
Answer

Can we throw exception from child function asp.net core mvc

Parent function and child function both have try catch but when child function have eror it return to parent exception.

Can I return exception in child function itself?

Answers (1)