You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than throwing a System exception (e.g., throw new Exception("Exception while fetching all the students from the storage.");), I tried throwing an HTTP exception (e.g., return NotFound();).
The code does not handle the HTTP exception. The log entry is "An unhandled exception has occurred while executing the request..."
Ideas?
The text was updated successfully, but these errors were encountered:
Rather than throwing a System exception (e.g., throw new Exception("Exception while fetching all the students from the storage.");), I tried throwing an HTTP exception (e.g., return NotFound();).
The code does not handle the HTTP exception. The log entry is "An unhandled exception has occurred while executing the request..."
Ideas?
The text was updated successfully, but these errors were encountered: