You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This enables users to use Try.Running instead of standard try{} catch(Exception) {} which is pretty handy for handling multiple exception types in a concise syntax.
This enables users to use Try.Running instead of standard try{} catch(Exception) {} which is pretty handy for handling multiple exception types in a concise syntax.