Advertisement
Guest User

status is an int

a guest
Dec 28th, 2014
1,613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.11 KB | None | 0 0
  1. catch (Exception ex)
  2. {
  3.     status = FAILED;
  4.     throw new ApplicationException(ex.message, ex);
  5. }
  6.  
  7. return status;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement