You must log in or register to comment.
What about this?:
catch (Exception e) { throw new Exception(e.Message); }
Oh yeah “works on my machine” deserves it.
What about this?:
catch (Exception e) {
throw new Exception(e.Message);
}
Oh yeah “works on my machine” deserves it.