Forum Discussion
1 Reply
- OSAdminOneStream Employee Originally posted by Christian Wetterwaldif you like to interrupt the process, you can throw an error like this: 
 
 Throw New Exception(""Value entered must be between 0% and 100% (e.g., for 10%, enter 0.1)."")
 
 But the tech admins will hate it, because it is a real error message in the error log. It would be nice, to have an alternative.
 What happens if you throw the error after the event is completed using:
 
 If (...) and not args.IsBeforeEvent Then
 
 Problem is, it might not refresh the client?
Related Content
- 3 years ago
- 12 months ago