I find myself using code like this over and over in my viewmodels:
try { //something } catch (ValidationApiException ve) { //handle validation problems