Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.09 KB | None | 0 0
  1. public ActionResult SomeError()
  2. {
  3. try
  4. {}
  5. catch(Exception ex)
  6. {return View("Error");}
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement