Notifications
Announcements
No record found.
try { code here... } catch(errorEx) { response.parmErrorMessage(errorEx.Message); } catch(Exception::CLRError) { System.Exception interopException = CLRInterop::getLastException(); response.parmErrorMessage(interopException.ToString()); } return response;
try { info("Info"); warning("Warning"); error("Error"); info("Try block completed successfully"); } catch { // This will never execute, because no exception was thrown. info("Exception caught"); }
try { throw Exception::Error; } catch { info("Exception caught"); }
// Usual way throw error("x"); // The same thing, just with each statement on a separate line error("x"); throw Exception::Error;
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 611 Most Valuable Professional
André Arnaud de Cal... 529 Super User 2025 Season 2
Sohaib Cheema 285 User Group Leader