Let\'s say we have a function that changes a password for a user in a system in an MVC app.:
public JsonResult ChangePassword (string username, string curren
With what you have it is fine although the break statement after it will never be hit because execution of that thread will cease when an exception is thrown and unhandled.