C#C
C#14mo ago
Alex

Service layer exception or bool/error object

Should I throw an exception and catch it in global handler or try catch it in method and return bool/error object if I implement method on service layer?
Was this page helpful?